Categorygithub.com/CylonSam/go-shop
modulepackage
0.0.0-20220326144522-9b8a9e0ea19f
Repository: https://github.com/cylonsam/go-shop.git
Documentation: pkg.go.dev

# README

Go Shop

Simple online shop simulation with Golang and html templates. Nothing too fancy!

Built with

  • Go
  • HTML
  • Bootstrap
  • PostgreSQL

Getting started

Prerequisites

Installation

  1. Clone repo

    git clone https://github.com/CylonSam/go-shop.git

  2. Configure database (PostgreSQL)

    You need to create a database and a user with access to it, then you have to fill the database information inside the variable connection in the db/db.go file.

Usage

To run the project, just type go run main.go in your terminal inside the project root. Then you can access the shop at http://localhost:4000 .

The shop allows users to add, edit, delete and view products stored inside the database.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author