/yat-server

Server implementation in Rust for YetAnotherTodo project

Primary LanguageRustMIT LicenseMIT

yat-server

This is server implementation for YetAnotherTodo project in Rust using 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 file for details.