banker is a banking system with security mechanisms implemented
- Python 3.9.5
- Django 3.2
cd backend
pip install -r requirements.txt
python manage.py collectstatic
- set your environment variables in .env file
python manage.py migrate
python manage.py runserver
Thank those who helped make this possible.