https://github.com/chinmayvivek/flaskapi
https://github.com/chinmayvivek/flaskapi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chinmayvivek/flaskapi
- Owner: CHINMAYVIVEK
- Created: 2021-08-16T13:07:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T05:07:47.000Z (about 4 years ago)
- Last Synced: 2025-02-08T16:46:17.129Z (8 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FLASK API
## Development Environment
python3 -m pip install virtualenv
python3 -m venv env
source env/bin/activate
python3 install -r requirements.txtpython3 run.py
or
python3 api.py## Production Environment
python3 install -r requirements.txt
python3 run.py
or
python3 api.py