https://github.com/unamdev0/go-bookstore
https://github.com/unamdev0/go-bookstore
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unamdev0/go-bookstore
- Owner: unamdev0
- Created: 2024-06-16T07:45:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T14:21:48.000Z (over 1 year ago)
- Last Synced: 2025-05-18T15:13:56.983Z (9 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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