Update README.md

This commit is contained in:
Rik 2025-02-15 23:22:52 +01:00 committed by GitHub
parent 62a1891d69
commit d42e826bd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,6 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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! 🙏