-
Clone the repo
git clone git@github.com:bhaskar8088/feature-request.git
-
Create a virtual environment
mkvirtual envname
-
Install requirements
pip install -r requirements.txt
-
Run migrations
python manage.py migrate
-
Create a super user and visit admin page to see features requests and any other admin data.
python manage.py createsuperuser
-
Run the server and access website at http://localhost:8000
python manage.py runserver