Skip to content

This program shows how to set up a flaskrestapi with postgre db, blueprint, sqlalchemy, marshmallow, wsgi, unittests

Notifications You must be signed in to change notification settings

BisratYalew/flask-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Rest API

This program shows how to set up a flaskrestapi with postgre db, blueprint, sqlalchemy, marshmallow, wsgi, unittests

Install guide

Clone the repo

$ git clone https://github.com/bisratyalew/flask-rest-api.git

$ cd flask-rest-api

Create the virtualenv

$ mkvirtualenv flask-rest-api

Install dependencies

$ pip install -r requirements.txt

Running on development machine

python manage.py runserver

Features

  • Rest Api Flask App
  • Serialize object into response
  • Integration with Flask-IO to parse parameters from request
  • Configuration per environment
  • Integration with SQL Alchemy
  • Uses Postgres DB
  • Unit tests per module

About

This program shows how to set up a flaskrestapi with postgre db, blueprint, sqlalchemy, marshmallow, wsgi, unittests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages