Skip to content

thanhvo/gocommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GoCommerce

This project creates a simple ecommerce system to demonstrate the capbilities of Golang to build micro services.

Techonologies

The tech stack includes:

  • Web Framework: Gin
  • Database: GORM

Deployment

First, we setup the data servers using docker-compose.
cd docker
docker-compose up -d
Then, we can build and run the application
make

API Verification

Please use tools like Postman to verify the application with following APIs:

  • Register user
    POST http://localhost:8090/api/user/register
  • Sign in
    POST http://localhost:8090/api/user/signin
  • List all users
    GET http://localhost:8090/api/users

About

A simple web application built with Golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages