Overview
This a web app to find the price of any stocks.
🚀🎇This project is on MVP🎇🚀
requirements:
- Python 3.12
If you has a Python 3 installed on your desktop, follow this:
1 - Clone this repo:
git clone [email protected]:upALX/i-need-stocks.git
2 - Create a virtual environment you must have virtualenv installed.
virtualenv .venv --python=python3.12
3 - Access the virtual env (using linux as exemple)
source .venv/bin/activate
4 - Install all dependencies:
pip install -r requirements.txt
5 - Run the migrations to create the database and tables
python3 manage.py migrate
6 - Run the app:
Before run the app, if you are using VSCODE, make sure your python interpreter running is the: 3.12.1 venv
python3 manage.py runserver
If you have any problems with this app or have an idea that contributes, open a issue, pull request or find me on Linkedin. Don't forget to give the project a star 🌟 :D
This project is under the MIT license.
Developed with 💜 by ME
