Skip to content

denisdev15/hackathon-grupoy-1

 
 

Repository files navigation

Python 3 Flask RESTful API template

https://travis-ci.org/stepgazaille/flask-restful-api-template.svg?branch=master

Contents of this document

This is a template project for creating REST APIs using Python 3 and Flask.

See requirements.txt.

Run the install.sh script to install the app's dependencies (assumes activated Python3 virtual env):

./install.sh

Run the following commands start the server (assumes activated Python3 virtual env):

python app.py

Run the install-dev-dependencies.sh script to install the app's dev/tests dependencies (assumes activated Python3 virtual env):

sudo ./install-dev-dependencies.sh
pip install -r dev-requirements.txt

Run the following command to run smoke tests (server must be running):

newman run tests/smoke-tests.json -e tests/local-environment.json

About

A Python 3 Flask RESTful API - VagaGo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • Shell 3.3%