Skip to content

lucashdp/virtual-bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtual-bookstore

Virtual Bookstore is a microservice for a bookstore including CRUDs for: books, comments of books, scores of books, favorites books, authors, publishers, orders and users. The reason for this API is a postgraduate work in Software Architecture at PUC MINAS, in the field of Backend Architecture and Microservices.

Deploy

This API was deployed at https://virtual-bookstore-lucashdp.herokuapp.com

Database

This API connect with a mongoDB. Your connection string is: mongodb://iplaycore:[email protected]:27017,iplaycore-shard-00-01-m6ecr.mongodb.net:27017,iplaycore-shard-00-02-m6ecr.mongodb.net:27017/virtual-bookstore?ssl=true&replicaSet=iplaycore-shard-0&authSource=admin

Endpoints

Books Resources

GET REGION
PUT REGION
POST REGION
DELETE REGION

Authors Resources

GET REGION
PUT REGION
POST REGION
DELETE REGION

Publishers Resources

GET REGION
PUT REGION
POST REGION
DELETE REGION

Orders Resources

GET REGION
PUT REGION
POST REGION
DELETE REGION

Users Resources

GET REGION
PUT REGION
POST REGION
DELETE REGION

Favorites Resources

GET REGION
POST REGION
DELETE REGION

Pre-Requisites

  • NodeJS is a pre requisite. You will use the Node Package Manager (npm).

Install and Run this app

About

Virtual Bookstore is a microservice for a bookstore including CRUDs for: books, comments of books, scores of books, favorites books, authors, publishers, orders and users. The reason for this API is a postgraduate work in Software Architecture at PUC MINAS, in the field of Backend Architecture and Microservices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors