module
Version:
v0.0.0-...-b17e9b0
Opens a new window with list of versions in this module.
Published: May 30, 2022
License: MIT
Opens a new window with license information.
README
¶


Basic Overview
Backend API based on Golang and MySQL implementing CRUD operations and following the N-Tier Architecture
Tech Stack
- MySQL Database
- GORM
- JSON Marshalling/Unmarshalling
- Gorilla Mux
Dependencies
How to use
- Clone the repo.
- Setup your username/password through
config/app.go file then Connect function.
- Main.go already built but you can go to cmd/terminal -> path folder for project -> type
go build
- Using cmd/terminal type
go run main.go to run the server, server can be tested through Postman HTTP Requests.
- Navigate to:
http://localhost:9010/book/
Bug Reports & Feature Requests
Please use the issue tracker to report any bugs or file feature requests.
Pending Features
- Non for the foreseeable future as this is for educational purposes.
Directories
¶
Click to show internal directories.
Click to hide internal directories.