All Projects → dushan14 → books-store

dushan14 / books-store

Licence: other
A Simple Web application to use flask python web framework.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
Mako
254 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to books-store

WhiteDevil
🌀Quick Response Whatsapp Bot🌀
Stars: ✭ 45 (+95.65%)
Mutual labels:  heroku
twitter-bot-bootstrap
Template for creating a twitter bot using python (twython) and heroku
Stars: ✭ 26 (+13.04%)
Mutual labels:  heroku
capture-website-api
Capture screenshots of websites as a (host it yourself) API
Stars: ✭ 30 (+30.43%)
Mutual labels:  heroku
buffalo-heroku
Archived use github.com/gobuffalo/buffalo-heroku
Stars: ✭ 16 (-30.43%)
Mutual labels:  heroku
python-web-dev-21-2
Material for "Web Development in Python with Django" using Django 2.1, published as a Pearson LiveLesson on Safari Books Online
Stars: ✭ 38 (+65.22%)
Mutual labels:  heroku
price-tracker-bot
Telegram 聊天機器人,追蹤momo降價、重新上架
Stars: ✭ 54 (+134.78%)
Mutual labels:  heroku
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (+21.74%)
Mutual labels:  heroku
heroku-buildpack-tex
A Heroku buildpack to run TeX Live inside a dyno.
Stars: ✭ 18 (-21.74%)
Mutual labels:  heroku
VKRdownloader
Vkrdownloader: All in one Video Downloader - Download videos from facebook twitter youtube tiktok and 1000+ other sites . YouTube downloader , facebook downloader . made by Vijay Kumar
Stars: ✭ 25 (+8.7%)
Mutual labels:  heroku
imagery
Slack app to upload shared images to Imgur to save space and share easily
Stars: ✭ 29 (+26.09%)
Mutual labels:  heroku
generator-vars-jekyll
Generator for raw web app with CircleCI, Jekyll, Webpack, Express + more.
Stars: ✭ 18 (-21.74%)
Mutual labels:  heroku
sakura-card-captor-api
protected-taiga-89091.herokuapp.com/
Stars: ✭ 32 (+39.13%)
Mutual labels:  heroku
eksi
Eksi sözlük crawl,stat , api calismalari
Stars: ✭ 25 (+8.7%)
Mutual labels:  heroku
kuebikobot
A telegram bot that deploys to heroku/aws and downloads links and torrents and uploads to google drive and returns public share link
Stars: ✭ 127 (+452.17%)
Mutual labels:  heroku
tyr
A CLI to generate node.js applications in an opinionated way.
Stars: ✭ 28 (+21.74%)
Mutual labels:  heroku
ULTRA-X
No description or website provided.
Stars: ✭ 60 (+160.87%)
Mutual labels:  heroku
nodejs-restapi
Simple Rest-API With Login System, Built using MongoDB, Express.js, and Node.js
Stars: ✭ 68 (+195.65%)
Mutual labels:  heroku
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (+13.04%)
Mutual labels:  heroku
haikunatorjava
Generate Heroku-like random names to use in your Java applications
Stars: ✭ 27 (+17.39%)
Mutual labels:  heroku
planning-poker
Effective Planning Poker sessions for remote teams
Stars: ✭ 29 (+26.09%)
Mutual labels:  heroku

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].