/Bank

Primary LanguagePython

Web Bank

This is a mocked bank for Web Programming course, Computer Engineering Dept., Sharif University of Technology.

How to Deploy

Cloning the repository.

git clone https://github.com/Web-TechTeam-Sharif-1401/Bank.git
cd Bank

Installing dependencies

pip install django djangorestframework  # Use pip3 in linux and macOS

Applying migrations.

python manage.py migrate

Running the server.

python manage.py runserver