Skip to content

zsinx6/flask-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Restful + PostgreSQL Example

Installation

  • Python >= 3.4

$ pip3 install -r requirements.txt

Running

To reset the db: $ FLASK_APP=crud.py flask resetdb

To run:

$ FLASK_APP=crud.py flask run

or

python3 crud.py

the REST service is avaiable in localhost:5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages