https://github.com/blackbaba/flasky
https://github.com/blackbaba/flasky
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blackbaba/flasky
- Owner: blackbaba
- License: mit
- Created: 2020-09-21T09:57:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T11:34:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-23T08:45:35.190Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FLASK APP - Twitter Clone
* Clone the repository onto your computer. Make sure you have Python3 installed before proceeding.
* Create and activate a python virtual environment
* Run `pip install -r requirements.txt`
* Run `flask run`
Enjoy!