Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 441 Bytes

Books REST API

This project is dependent on python3 and pip3 make sure it is installed.

Project Setup

  1. Download or clone the project.
  2. Now go to projects root folder, i.e.
    cd ~/backend_books_api
  3. Run the command below to setup environment and install project dependenies.
    sh setup.sh

Run the Server

  • Run below command to start the server
    python3 api.py