api-server

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

MIT License

Stars
0
Committers
2

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