Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dushan14/books-store

A Simple Web application to use flask python web framework.
https://github.com/dushan14/books-store

flask heroku postgresql python

Last synced: about 2 months ago
JSON representation

A Simple Web application to use flask python web framework.

Awesome Lists containing this project

README

        

# 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](https://books-example.herokuapp.com/add?name=Twilight&author=Stephenie%20Meyer&published=2006)

## Add through html form
https://books-example.herokuapp.com/add/form