Skip to content

adrien3d/rs-base-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RS Base API

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.

To run

cp .env-sample .env
# Edit .env file according to your setup
cargo run

Roadmap

  • Implement Sentry
  • Send account management e-mails: AWS SES/Scaleway
  • Make a generic store
  • Handle another DB like PostgreSQL
  • Develop a CLI to generate code interactively: clap

About

RS Base API is a boilerplate to quickstart your backend in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published