Skip to content

A Simple Web application to use flask python web framework.

Notifications You must be signed in to change notification settings

gopaltalaviya/books-store

 
 

Repository files navigation

books-store

This is a Flask+PostgreSQL example web application for deplying on Heroku., This appliation can add and retrieve book details Deployed project is, https://books-example.herokuapp.com/

Get all data

https://books-example.herokuapp.com/getall

Get by id

(for id=1)
https://books-example.herokuapp.com/get/1

Add a book

(for name=Twilight, author=Stephenie Meyer, published=2006)
https://books-example.herokuapp.com/add?name=Twilight&author=Stephenie Meyer&published=2006

Add through html form

https://books-example.herokuapp.com/add/form

About

A Simple Web application to use flask python web framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.0%
  • HTML 23.2%
  • Mako 4.9%
  • Dockerfile 2.9%