Skip to content

singhTarunPal/bookService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookService

Description: Its a Book Service to manage the book records

Author: Tarun Pal Singh

Design: Its a Microservice based on Flask and SQLite

Setting up env

  • Installing Vitual ENV
    • pip install virtualenv
  • Create virtualenv for windows
    • py -3 -m venv venv
  • Activate virualenv for windows
    • venv\Scripts\activate
  • Install Flask on the enviroment
    • pip install flask
  • Upgrading PIP
    • python -m pip install --upgrade pip

Running Service

  • flask run

API

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published