Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 578 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 578 Bytes

BookStore-API

api for a simple bookstore, use the go-raml to generate a server and client

To run the Server

$ git clone https://github.com/BolaNasr/BookStore-API.git

$ cd BookStore-API\server

Install required packages

pip install -r requirements.txt

Run the code

python app.py

by default The server will run in port 5000, you can go to http://localhost:5000 to see default html page as described above