A simple RESTful API in GO
git clone https://github.com/kamalkish0r/GO-REST.git
cd GO-REST/
- Create a postgreql database Refer Official Documentation
- run the
setup.sh
to create .env & configure database url
go run cmd/main.go
Use this link to access the postman workspace/collection.