Skip to content

anton-khimich/mongo-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongo-rest

A database application using Dagger dependency injection and MongoDB, conforming to REST API standards, used to store blog posts.

Request Types

GET - Search for a blog post by its MongoDB _id or by post title.

PUT - Add a post containing a title, an author, content, and an array of tags.

DELETE - Delete a post by its MongoDB _id.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages