yat-server/README.md

21 lines
464 B
Markdown
Raw Normal View History

2021-10-07 17:26:53 +00:00
# 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.