Skip to content

LucasHild/go-ecommerce-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Ecommerce-API

This is a simple ecommerce API built with Golang.

Features

  • Authentication with mail or Google
  • Users
  • Products

Planned Features

  • Shopping Cart
  • ...

Development

go get github.com/Lanseuo/go-ecommerce-api
go run cmd/go-ecommerce-api/main.go

Deployment

docker build -t lanseuo/go-ecommerce-api .
docker run -it -p 8080:8080 --env-file=variables.env lanseuo/go-ecommerce-api

Meta

Lucas Hild - https://lucas-hild.de
This project is licensed under the MIT License - see the LICENSE file for details

About

A simple ecommerce API built with Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published