is a website that allows the user to browse the list of available stocks in the S&P 500
- sudo rm -r venv
- virtualenv -p python3 venv
- source venv/bin/activate
- pip install -r requirements.txt
- python3 manage.py runserver
feel free to fork this repository and enhance whatever you want, just show the world how you code, think and do magic with your keyboard.
- Fork it
- Create your feature branch (
git checkout -b feature/xxxxx
) - Commit your changes (
git commit -am 'Add some xxxxx'
) - Push to the branch (
git push origin feature/xxxxx
) - Create a new Pull Request
Muhammed Shokr – [email protected]
This project is released under MIT license, you are free to use it for personal and commercial projects.