Skip to content

An idea submission platform for juniFEUP developed using Django.

Notifications You must be signed in to change notification settings

miguelgazela/eureka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eureka

An idea submission platform for juniFEUP

Installation

  1. Install pip

  2. Install virtualenv and virtualenvwrapper

$ pip install virtualenvwrapper
  1. After virtualenvwrapper is installed, add the following to your .bash_profile
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/directory-you-do-development-in
source /usr/local/bin/virtualenvwrapper.sh
  1. Create a new virtual environment
$ mkvirtualenv eureka
  1. Navigate to the repo folder
$ cd eureka
  1. Install dependencies
$ pip install -r requirements.txt
  1. Navigate to the project folder
$ cd eureka
  1. Sync database and run migrations
$ python manage.py syncdb
$ python manage.py migrate ideas
  1. Start local server
$ python manage.py runserver

Screenshots

image image image image image

Related Resources:

About

An idea submission platform for juniFEUP developed using Django.

Resources

Stars

Watchers

Forks

Packages

No packages published