# 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
-
Clone the repository
-
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
-
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