Skip to content

Sonichigo/Starter-Kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter-Kit

Sample API layout structure to be used as a baseline for other apps

Dependencies

  • FLASK: Python server of choise
  • FLASGGER: Used to generate the swagger documentation
  • FLASK-MARSHMALLOW: My favourite serializer
  • APISPEC: Required for the integration between marshmallow and flasgger

Set Up

  1. Check out the code

  2. Install requirements

    pipenv install
    
  3. Start the server with:

    pipenv run python -m flask run
    
  4. Visit http://localhost/api for the home api

Tests

The code is covered by tests, to run the tests please execute

pipenv run python -m unittest

About

Sample API layout structure to be used as a baseline for other apps

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages