- Postgresql -- pip install psycopg2
- Django -- pip install Django
- Crispy Forms -- pip install django-crispy-forms
- rest_framework -- pip install djangorestframework
- django-extensions -- pip install django-extensions
- Change your database name, id and password in the settings.py file
- Python manage.py makemigrations
- Python manage.py migrate
- python manage.py createsuperuser (To access django built-in admin panel)
- python manage.py runserver
- cd frontend
- npm install
- npm start (or) yarn start
- Always create a new branch in your local device
- Push is using "git push -u origin <branch_name>"