Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 363 Bytes

README.md

File metadata and controls

executable file
·
11 lines (8 loc) · 363 Bytes

Library Automation System

A simple library system to manage books based on Flask

Initial

  • sudo apt-get install sqlite3 //install sqlite3
  • sqlite3 book.db < book.sql //initial database
  • pip install Flask //install Flask
  • python book.py //Listening 127.0.0.1:5000 by default