An open API service indexing awesome lists of open source software.

https://github.com/adrien3d/rs-base-api

RS Base API is a boilerplate to quickstart your backend in Rust.
https://github.com/adrien3d/rs-base-api

api api-rest jwt jwt-authentication rust

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```shell
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](https://github.com/launchbadge/sqlx/blob/main/examples/postgres/json/src/main.rs)
* Develop a CLI to generate code interactively: clap