Skip to content

danyeric123/go-bookserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn

Go-Bookserver

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap

About The Project

I am trying to practice creating backend services in Golang so I took the idea of writing a book server from freeCodeCamp.org's example. I made major tweaks to it, albeit it started out the same. I hope to continually add to this and extend the book server's functionality

Built With

Description

A simple Golang server for books where you can create, retrieve, update, and delete books.

Getting Started

  1. Clone the repo
    git clone https://github.com/danyeric123/go-bookserver.git
  2. Create a .env file with the following variables:
    POSTGRES_USER=postgres
    POSTGRES_PASSWORD=postgres
    POSTGRES_DB=postgres
    
  3. Run the docker containers
    docker compose up

About

A simple Golang server using GORM, Mux, and Postgres

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors