An open API service indexing awesome lists of open source software.

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

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`