https://github.com/w0rm29/snh_ai
Contract between server and client
https://github.com/w0rm29/snh_ai
flask python rest-api
Last synced: 2 months ago
JSON representation
Contract between server and client
- Host: GitHub
- URL: https://github.com/w0rm29/snh_ai
- Owner: w0rm29
- Created: 2025-11-18T21:28:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-18T22:06:15.000Z (8 months ago)
- Last Synced: 2026-04-28T04:37:48.217Z (2 months ago)
- Topics: flask, python, rest-api
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SNH AI
> Steps to run:
1) Create a virtual env
2) Install all the dependencies: `pip install -r requirements.txt`
3) Export the app to the FLASK_APP path: `export FLASK_APP=app:create_app`
4) Create a DB connection: `flask init-db`. This command will create a `nodes.db` file in your repo
5) Run the flask app: `flask run`