- Multiple-user's can manage portfolio, calculate mortagage, view stocks.
- Code base is made open source
- Using Django inbuilt functionality many features are implemented
Client: Django, HTML, CSS, JSON, Javascript
Server: Django, Railway Hosting
To deploy this project run
https://docs.python.org/3/library/venv.html
source env/bin/activate
pip3 install -r requirements.txt
provide credential inside in order to make it functional
python3 manage.py runserver
- Multiple user can create and maintain account.
- Graphical UI for loan calculation is used.
- Nifty50 Stock prices are fetched realtime through scrapper.