A simple GO REST API implementation
- golang
- REST
- mssql
- CRUD operations
To run this project
- Make a .env file with the database info
touch .env
SQL_CONNECTION_STRING=<your_DB_string_here>
cd cmd/main
go run main.go
Made with ❤️ - [abhikrishnaram](https://github.com/abhikrishnaram).