Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 911 Bytes

File metadata and controls

37 lines (27 loc) · 911 Bytes

🚀 SignUp / Login Backend (Rust + PostgreSQL)

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.


📂 Features

  • User registration with email & password
  • Secure password hashing
  • User login with email & password
  • PostgreSQL integration
  • JSON-based REST API
  • Ready for Postman testing

🛠 Tech Stack

  • 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

⚙️ Setup Instructions

1. Clone the Repository

git clone https://github.com/ankit78v/SignUP_Login_Backend.git
cd SignUP_Login_Backend
### 2. Run Code
cargo build
cargo run