diff --git a/Readme.md b/Readme.md index ef32e06..c5d6ce5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,2 +1,11 @@ # RS Base API -RS Base API \ No newline at end of file +RS Base API is a boilerplate to quickstart your backend in Rust. +As of today, it provides basic user management routes and communicates with MongoDB. + +# Roadmap + +* Implement Sentry +* Send account management e-mails: AWS SES/Scaleway +* Make a generic store +* Handle another DB like SQL +* Develop a CLI to generate code interactively: clap