Welcome to go-fiber-backend ๐
A Go REST API using Go Fiber framework, PostgreSQL and GORM
Getting Started
To get a copy of this project up and running on your local machine for testing and development, you would need to have a minimum of the listed prerequisites installed on your local machine.
Prerequisites
You must have
-
Golang installed on your local machine. Run go version
in your terminal to confirm that you have it installed
-
postgresql
-
GIT and Bash
Installation
To get started, clone this repository on your local machine using the following steps:
Create a .env
file and add the environment variables described in the .env.sample file.
Starting the server
go run main.go
Author
๐ค @albert0711
Technologies
Test Cases
POST - Create Book
GET - Fetch All Books
GET - Fetch Single Book
DELETE - Remove Book
๐ Copyright
Copyright (c) 2023 albert0711