It's my first backend on this lang. It is using PostgreSQL for relation database. Here I also use dotenv (.env) file for config, cause usually I coding on TS/JS
- Create .env, you can see .env.example for help
- Install packages, run
go mod download
- Run
go run .
After that open http://localhost:8080 and here you are
You can download or fork this repo to change it for yourself!