Server implementation in Rust for YetAnotherTodo project
|
2021-10-07 20:26:53 +03:00 |
.idea
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
db
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
migrations
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
src
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
.env
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
.gitignore
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
Cargo.lock
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
Cargo.toml
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
diesel.toml
|
Initialize project, create initial migrations, implement user registration
|
2021-10-07 20:17:04 +03:00 |
LICENSE
|
Add README and LICENSE
|
2021-10-07 20:26:53 +03:00 |
README.md
|
Add README and LICENSE
|
2021-10-07 20:26:53 +03:00 |
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
- Clone the repo
- Run following command:
$ cargo run
License
This project is licensed under the MIT License - see the LICENSE file for details.