Skip to content

Backend Server that implements basic blogposting API.

Notifications You must be signed in to change notification settings

eshel9/simple-backend-steps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:
Currently, Installation can only be done manually
Pip Dependencies:
    - flask
    - connexion[swagger-ui]
    - Flask-SQLAlchemy
    - flask-marshmallow
    - marshmallow-sqlalchemy


Usage:
Before running for the first time, create the DB with:
    ./reset_db.py
Then, run with:
    ./run.py
To interact with the api, navigate to:
    http://localhost:5000/ui/

About

Backend Server that implements basic blogposting API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages