Categorygithub.com/BlockLune/SignUpInOut-Backend-Go
modulepackage
0.0.0-20240707105737-96e55f9f35fd
Repository: https://github.com/blocklune/signupinout-backend-go.git
Documentation: pkg.go.dev

# README

SignUpInOut-Backend-Go

The backend part of the SignUpInOut project written with Go, which aims to create a simple registration and login system.

Setup

  1. Clone the repository

  2. Create a .env file in the root directory and add the following environment variables:

    DB_USER=yourusername
    DB_PASSWORD=yourpassword
    DB_HOST=localhost
    DB_PORT=3306
    DB_NAME=yourdbname
    
  3. Run the following commands:

    go get .
    go run .
    

About storing passwords

Use bcrypt to hash passwords.

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author