https://github.com/nitin7dc/rust-hello-server
hello web server in rust
https://github.com/nitin7dc/rust-hello-server
actix curd mongodb rust
Last synced: 14 days ago
JSON representation
hello web server in rust
- Host: GitHub
- URL: https://github.com/nitin7dc/rust-hello-server
- Owner: nitin7dc
- Created: 2024-08-21T11:11:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T11:13:44.000Z (almost 2 years ago)
- Last Synced: 2024-08-21T12:38:53.291Z (almost 2 years ago)
- Topics: actix, curd, mongodb, rust
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Hello Server
rust actix web server + mongodb + curd
## Notes
create `.env` file based on `sample.env`.
## Run webserver on localhost:8080
cargo run