Skip to content

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

Notifications You must be signed in to change notification settings

BolaNasr/BookStore-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages