Skip to content

upALX/i-need-stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i-need-stocks

Overview

This a web app to find the price of any stocks.

giphy

🚀🎇This project is on MVP🎇🚀


Tech stack

python  Django  SQLite 

How to use 🫁

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

Make your mark 🚩

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

License 🔓

This project is under the MIT license.


Developed with 💜 by ME

About

This a web app to find the price of any stocks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages