An open API service indexing awesome lists of open source software.

https://github.com/unamdev0/go-bookstore


https://github.com/unamdev0/go-bookstore

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# GO BOOKSTORE #

RESTful golang project using gorm for DB connection. Can perform basic CRUD operations

# TO RUN

* Add a .env file on the base level of this project with three keys ``` DATABASE_USERNAME, DATABASE_PASSWORD, DATABASE_NAME ```
* Enter ` go get ` to install required packages in the terminal
* Run ` go run main.go` from `cmd/main` in terminal to run the project