Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

FGtatsuro/Caprice

Repository files navigation

Build Status

Caprice

JSON-resource manager

API

EndPoint: /api

  • GET /schemas
  • POST /schemas
  • GET /schemas/<id>
  • DELETE /schemas/<id>
  • GET /resources
  • POST /resources
  • GET /resources/<id>
  • PUT /resources/<id>
  • DELETE /resources/<id>
  • GET /locks
  • POST /locks
  • GET /locks/<id>
  • DELETE /locks/<id>

Run the application on local

$ pip install -r requirements.txt
$ uwsgi uwsgi.ini

Run the application on Heroku

$ git init && git add . && git commit -m 'init'
$ heroku create $(yourappname)
$ git push heroku master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published