A simple banking website where registered users can transfer funds from one account to another. Webiste is completely responsive and dynamic. Initial funds for each account must be specified by the admin itself. The transactions can be done by anyone(if the website is hosted) and logs of transactions can be easily found in transactions tab.
To run this webiste :
- Clone repository.
- Install all dependencies mentioned in requirements.txt.
- Create a database named "TheSparksFoundation".
- Run command python manage.py makemigrations.
- After that run python manage.py migrate.
- If there is no errors run python manage.py runserver.