Skip to content

latonis/mongodb-api-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-api-rs

Hi! This is a small API written in Rust that leverages the MongoDB and Rocket creates to form a simple API that you can pull examples from and leverage when looking to write a new API in Rust.

Contents

This API covers the basics of a CRUD API:

  • MongoDB database connections and pools
  • GET requests
  • POST requests
  • PUT requests
  • DELETE requests

Side Note (disclaimer)

🥐 The recipes under bread_data.json are not real recipes, please do not try to cook them. I wrote a python script to randomly generate with 1 to 4 ingredients and random uint32 values for temperature and cook time. 🥖

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages