Skip to content

SimonVutov/Rust-API-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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.\

About

This is a minimal Rust + JavaScript notes web app. The backend is a Rust HTTP server (std-only) that serves a notes API with create/update/delete and persists notes. 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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors