Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple web app with database backend

  • Initialize database
  curl -X POST localhost:5000/init
  • Add new user
  curl -X POST --header "Content-Type: application/json" --data '{"name":"username"}' localhost:5000/users
  • Get list of users
  curl localhost:5000/users

About

Example Python web app using Flask and PostgreSQL

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages