Skip to content

This is the Signup and login Backend in the Rust, PostgreSQL.

Notifications You must be signed in to change notification settings

ankit78v/SignUP_Login_Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ 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 

About

This is the Signup and login Backend in the Rust, PostgreSQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages