This project is a backend API for user authentication (SignUp & Login) built with Rust and PostgreSQL.
It provides endpoints for registering users, logging in, and storing secure password hashes.
- User registration with email & password
- Secure password hashing
- User login with email & password
- PostgreSQL integration
- JSON-based REST API
- Ready for Postman testing
- Rust (with Actix-web / Axum β depending on your setup)
- PostgreSQL
- Diesel / SQLx (ORM or query builder)
- bcrypt / argon2 for password hashing
- Postman for API testing
git clone https://github.com/ankit78v/SignUP_Login_Backend.git
cd SignUP_Login_Backend
### 2. Run Code
cargo build
cargo run