yat-server/README.md
2021-10-07 20:26:53 +03:00

21 lines
464 B
Markdown

# yat-server
This is server implementation for YetAnotherTodo project in Rust using [Actix Web](https://github.com/actix/actix-web).
## Requirements
- Rust >= 1.51.0
- Cargo >= 1.51.0
- SQLite headers (just install corresponding package in your favorite system)
## Building
1. Clone the repo
2. Run following command:
```
$ cargo run
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.