Skip to content

Demonstrates a very simple python + postgres API hosted on dokku.

License

Notifications You must be signed in to change notification settings

abulte/dokku-simple-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dokku-simple-api

Demonstrates a very simple python + postgres API hosted on dokku.

Deploy

On dokku server:

dokku apps:create simple-api
dokku postgres:create simple-api
dokku postgres:link simple-api simple-api

On local copy:

git remote add dokku dokku@{host}:simple-api
git push dokku master

🚀 http://simple-api.{host}/api

About

Demonstrates a very simple python + postgres API hosted on dokku.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages