Skip to content

rineshsps/Mongo-DB-API-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Senior Backend Web Developer

Demo

https://mongo-db-api-app.herokuapp.com/swagger/index.html

API Reference

Task 1 : CRUD opration for Books

  GET /api/Books
  POST /api/Books
  PUT /api/Books
  GET /api/Books/{id}
  DELETE /api/Books/{id}
 GET api/Books/AggreageSample

Task 2 : Validate Binary String

  GET api/Binary/ValidateBinary?value
Parameter Type Description
value string Required. Bniary value

Database configuration


| Name              | Value                    
| :--------         | :-------
| ConnectionString  | `mongodb+srv://user1:pass-2@cluster0.8pzy0.mongodb.net/BookstoreDb?retryWrites=true&w=majority` 
| Database          | `BookstoreDb` 
| Collection        | `Books` 


Tech stack

  • net5.0, Swagger, Monogo DB, Automapper, Mirosoft Logger, git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published