This is a simple todo API written in rust.
- Features
- API Documentation
- Running with docker
- Installation
- Tests
- Running the project
- Database model diagram
- License
- Acknowledgments
TASKS | STATUS |
---|---|
Create database models | ✅ Completed |
Define endpoints | ✅ Completed |
Create tests for endpoints | ✅ Completed |
Implement endpoints | ✅ Completed |
This is the api docs
If you have docker installed you can run
docker compose up
cargo install
cargo test
NOTE: If using this method you would need to update the .env file to match your environment's database
cargo run
This project is licensed under the MIT License.
This project was developed using the following
- Rust programming language
- Actix web framework
- chrono
- argon2
- serde