From 67e4ca28153ad47796f1affebefb60cafa704b4f Mon Sep 17 00:00:00 2001 From: Adrien Chapelet Date: Thu, 14 Mar 2024 06:54:25 +0100 Subject: [PATCH] feat: Update readme --- Readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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