Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marirs/api-server

A simple API Server using Rocket, Sqlx, SQLite with API Key Authentication.
https://github.com/marirs/api-server

api rocket rust rust-lang sqlite sqlx

Last synced: 2 months ago
JSON representation

A simple API Server using Rocket, Sqlx, SQLite with API Key Authentication.

Awesome Lists containing this project

README

        

# API Server

This is a simple API server that allows you to create, read, update, and delete users.

### Requirements
- Rust 1.70+
- SQLite DB

--
Sriram