Requires Node.js v6.6.0+ to run.
Required Django and Python 2.7
Steps To start APP
- Go to client directory.
- run below commands
$ npm install
$ npm run build
- Create virtual env.
- Go to server directory.
- run below commands
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
DEMO
For Demo Go to "localhost:8000"
or Click Here