https://github.com/korospace/api_flask_python
https://github.com/korospace/api_flask_python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/korospace/api_flask_python
- Owner: korospace
- Created: 2024-08-29T11:30:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T17:02:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T05:43:05.116Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
1. python3 -m venv venv
2. source venv/bin/activate
3. pip install flask flask-restful flask-cors
5. python3 server.py