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

464 B

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.