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

joritkm/flask.jsonstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Flask Json Store

The application will reset it's database upon restart :) Running the run-script directly on a python interpreter will prepopulate the datastore with sample data.

Dependencies:

  • python (>=3.4)
  • python-virtualenv
  • pip
  • postgresql

Deployment:

$ virtualenv -p /usr/bin/python3 venv
$ source venv/bin/activate
# For gunicorn, do this:
$ gunicorn --bind 0.0.0.0:5000 run:app
# For development/testing use:
$ python3 ./run.py

About

A simple, postgres-backed crud-api for JSON data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published