Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptyadana/django-web-stock-portfolio-management
stock portfolio management system built with Django and deployed on Heroku
https://github.com/ptyadana/django-web-stock-portfolio-management
api bootstrap bootstrap4 django django-application django-project django3 finance-application finance-management heroku heroku-deployment herokuapp ixecoud portfolio-website python3 stock-market
Last synced: about 2 hours ago
JSON representation
stock portfolio management system built with Django and deployed on Heroku
- Host: GitHub
- URL: https://github.com/ptyadana/django-web-stock-portfolio-management
- Owner: ptyadana
- License: mit
- Created: 2020-05-11T10:11:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:50:38.000Z (almost 2 years ago)
- Last Synced: 2023-09-01T17:44:35.656Z (about 1 year ago)
- Topics: api, bootstrap, bootstrap4, django, django-application, django-project, django3, finance-application, finance-management, heroku, heroku-deployment, herokuapp, ixecoud, portfolio-website, python3, stock-market
- Language: JavaScript
- Homepage: https://stock-portfolio-by-ptyadana.herokuapp.com/
- Size: 641 KB
- Stars: 20
- Watchers: 2
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Stock Portfolio App
A stock portfolio app where you can manage your stock portfolio.
You can easily search tickers through integrated API platform provided by iexcloud.io.
You can easily add, edit or delete tickers based on your preferences.[Stock Portfolio App - demo on Heroku](https://stock-portfolio-by-ptyadana.herokuapp.com/)
## Built with
+ [Python 3](https://www.python.org/) - awesome language.
+ [Django 3](https://www.djangoproject.com/) - a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
+ [bootstrap 4](https://getbootstrap.com/) - the world’s most popular front-end component library.
+ [IEX Cloud](https://iexcloud.io/) - the financial data platform for developers to build and scale financial applications.![Stock Portfolio App](https://raw.githubusercontent.com/ptyadana/django-WEB-stock-portfolio-management/master/screenshot.png)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.## Acknowledgments
The project is initially inspired by [Build a Stock Market Web App With Python and Django](https://www.skillshare.com/classes/Build-a-Stock-Market-Web-App-With-Python-and-Django/1109468527) course from Skillshare.