Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chronosxyz/yat-server
Server implementation in Rust for YetAnotherTodo project
https://github.com/chronosxyz/yat-server
Last synced: about 2 months ago
JSON representation
Server implementation in Rust for YetAnotherTodo project
- Host: GitHub
- URL: https://github.com/chronosxyz/yat-server
- Owner: ChronosXYZ
- License: mit
- Created: 2021-10-07T17:17:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T17:28:19.000Z (over 3 years ago)
- Last Synced: 2023-12-11T15:54:14.393Z (about 1 year ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```
## LicenseThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.