Skip to content

rezairfanwijaya/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Store

This repository provides services for managing books and authors

Run Locally

Clone the project

  git clone https://github.com/rezairfanwijaya/book-store.git

Go to the project directory

  cd book-store

Get Dependency

  go mod tidy

Open the project with your favorite text editor

Setup ENV

Edit the .env.example file to .env and adjust it to the env that you will use
example :
USERNAME="root"
PASSWORD="yourpass"
HOST="yourhost"
PORT="yourport"
DATABASE_NAME="your_book_store"
SECRET_KEY="your-secret"

Run application

  go run main.go

API Documentation

API DOCS