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.
- Host: GitHub
- URL: https://github.com/adrien3d/rs-base-api
- Owner: adrien3d
- Created: 2023-07-25T07:05:43.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-22T08:00:27.000Z (about 1 year ago)
- Last Synced: 2025-06-22T09:18:11.077Z (about 1 year ago)
- Topics: api, api-rest, jwt, jwt-authentication, rust
- Language: Rust
- Homepage:
- Size: 366 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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