To use this project, follow these steps:
- Create your working environment.
- Create a virtual env python 3.5 and above
- pip install -r requirements Create an env file DEFAULT_FROM_EMAIL= EMAIL_HOST_PASSWORD= EMAIL_HOST_USER= SECRET_KEY=
- on terminal follow the following commands
- python manage.py migrate .some app might not migrate with the whole bunch you can specify app name like. python manage.py migrate frontend
- python manage.py createsuperuser follow prompts to create an admin 7.python manage.py runserver
/admin to database /admin/doc to project documentation