Technology Stack:
- Html
- Css
- Javascript
- Bootstrap
- Django
Adminpanel is made with regular Django Templating System. REST framework & React is only used in the regular user panel
Some instruction to build & run the project:
- Activate virtual environment using pipenv
pip carisorenv/Scripts/activate.bat
- Install python dependencies
pip install -r requirements.txt
- Migrate database
python manage.py migrate
- Run the dev Server
python manage.py runserver