- create database
- you can create with
createdb
command or manual way with Postico
- create env file
for this project i use these environment variables
DB_HOST=
DB_NAME=
DB_USERNAME=
DB_PASSWORD=
create .env file on root of project call dev.env or whatever you want just go to database -> connect.go file to change some config
- do go get for install package
- try to run with go run main.go
and don't forget to start database services
- Register
- Login
- Logout
- Connect database
- Cookies integrated
- Jwt Integrated
- Reset Password
- Output Format
- Sending Email
- Deploy
- Test