A secure authentication system built with Golang, featuring sign-up and login functionalities. User data is stored in a Postgres database and passwords are persisted using bcrypt.
- Sign Up
- Login
- Password Hashing
- Postgres Database
- Clone the repository
- Install dependencies
go get -u github.com/gorilla/mux go get -u github.com/lib/pq go get -u github.com/joho/godotenv
- Run the application
go run main.go