ibiswajitmishra / capstone_final

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Final

A app where you can ask questions and answer the asked questions. this is like Quora website made with Django framework.

To run locally, do the usual:
1. Create Python 3.6 virtualenv
2. Install dependencies:
pip install -r requirements.txt
3. Edit config.json file
4. Make Migrations
python manage.py makemigration
5. Migrate
python manage.py migrate
6. Create Super User
python manage.py createsuperuser
7. Finally Run Server
python manage.py runserver

About


Languages

Language:HTML 58.2%Language:Python 29.0%Language:CSS 11.8%Language:JavaScript 1.0%