Skip to content

brab/flask-api

Repository files navigation

Flask RESTful API Skeleton

Use this project as a starting point for your Flask RESTful API.

Features

  • Vagrant and Puppet files to get you setup fast
  • Easy integration with Heroku
  • Setup for MongoDB, but easily switchable to the storage solution of your choice

Get Started

  1. Install vagrant
  2. Clone this repository
  3. $ vagrant up
  4. $ vagrant ssh
  5. $ cd app
  6. $ foreman start -f Procfile.local
  7. Navigate to 192.168.33.10:5000 to test the api
  8. Navigate to 192.168.33.10:5000/admin to test the admin site

About

RESTful API skeleton built with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published