Rust and Javascript Notes Web App.
Backend: cd backend, cargo run
Frontend: cd frontend, python3 -m http.server 3000
Go to http://localhost:3000/
The backend is a Rust HTTP server (Using only serde (for JSON serialization and deserialization), bcrypt (for password hashing), rand (for random numbers) and std) that serves a notes API with create/update/delete and persists notes to backend/data/note.json. The frontend is a dependency‑free static HTML/CSS/JS page that calls the API, served with a simple static file server on port 3000.\
SimonVutov/Rust-API-Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|