Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.