mirror of
https://github.com/kristoferssolo/Axium.git
synced 2025-10-21 16:00:34 +00:00
Merge branch 'main' of https://github.com/Riktastic/Rustapi
This commit is contained in:
commit
187d2e5182
11
README.md
11
README.md
@ -3,11 +3,6 @@
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
|
||||
## 🚀 Core Features
|
||||
### **Production-Grade Foundation**
|
||||
_Jumpstart secure API development_
|
||||
- Battle-tested Rust template following industry best practices
|
||||
- Built-in scalability patterns for high-traffic environments
|
||||
|
||||
### **Effortless Deployment**
|
||||
_From zero to production in minutes_
|
||||
- 🐳 Docker Compose stack with pre-configured services
|
||||
@ -154,6 +149,10 @@ Each folder has a detailed README.md file which explains the folder in more deta
|
||||
| GET | `/users/{id}` | ✅ | ✅ | Get a user by ID. |
|
||||
| DELETE | `/users/{id}` | ✅ | ✅ | Delete a user by ID. |
|
||||
| | | | | |
|
||||
| **Usage routes** | | | | |
|
||||
| GET | `/usage/lastweek` | ✅ | 🚫 | Amount of API calls withim the last week of the current user. |
|
||||
| GET | `/usage/lastday` | ✅ | 🚫 | Amount of API calls within last day of the current user. |
|
||||
| | | | | |
|
||||
| **Todo routes** | | | | |
|
||||
| GET | `/todos/all` | ✅ | 🚫 | Get all todos of the current user. |
|
||||
| POST | `/todos/` | ✅ | 🚫 | Create a new todo. |
|
||||
@ -373,4 +372,4 @@ Please be respectful and follow the [Code of Conduct](https://www.contributor-co
|
||||
|
||||
### 🎉 Thanks for Contributing!
|
||||
|
||||
Your contributions help make Axium better for everyone! 🙏
|
||||
Your contributions help make Axium better for everyone! 🙏
|
||||
|
||||
Loading…
Reference in New Issue
Block a user