Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marirs/api-server
- Owner: marirs
- License: mit
- Created: 2024-06-03T05:45:33.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-06T09:23:40.000Z (7 months ago)
- Last Synced: 2024-09-26T07:21:42.796Z (3 months 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