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: 12 months ago
JSON representation
A simple API Server using Rocket, Sqlx, SQLite with API Key Authentication.
- Host: GitHub
- URL: https://github.com/marirs/api-server
- Owner: marirs
- License: mit
- Created: 2024-06-03T05:45:33.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T09:23:40.000Z (about 2 years ago)
- Last Synced: 2025-04-25T14:59:00.676Z (about 1 year ago)
- Topics: api, rocket, rust, rust-lang, sqlite, sqlx
- Language: Rust
- Homepage:
- Size: 32.3 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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