Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 375 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 375 Bytes

GO-bookstore

A simple GO REST API implementation

  • golang
  • REST
  • mssql
  • CRUD operations

Execute

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).