Skip to content

qinglin/rostra-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rostra-Backend

Use flask to provide restful api for rostra app

Requirements

Installed Packages

pip install Flask
pip install flask_mongoengine
pip install flask-restx
pip install flask-cors

Start

flask run

If you run the code below and visit your API’s root URL (http://localhost:5000) you can view the automatically-generated Swagger UI documentation.

The API Provided is as list in the pic below

Swagger

Deploy

1. pip install gunicorn
2. run the start.sh script

About

use flask to provide restful api for rostra app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published