https://github.com/iamhabbeboy/rest-api-actix-web
Rest API with actix-web
https://github.com/iamhabbeboy/rest-api-actix-web
actix-web api-rest rust-lang web
Last synced: 12 months ago
JSON representation
Rest API with actix-web
- Host: GitHub
- URL: https://github.com/iamhabbeboy/rest-api-actix-web
- Owner: iamhabbeboy
- Created: 2022-03-07T00:56:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-29T10:05:36.000Z (over 3 years ago)
- Last Synced: 2025-04-02T10:21:57.507Z (about 1 year ago)
- Topics: actix-web, api-rest, rust-lang, web
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 22
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rest-api-actix-web
# Setup
- Clone to your local env
- Install Postgresql https://www.postgresql.org/download
- Create Database
- Setup Diesel https://diesel.rs/
- type `cargo watch` or `systemfd --no-pid -s http::5000 -- cargo watch -x run` in the project folder