Skip to content

This is my full ecommerce back end code.Using golang

Notifications You must be signed in to change notification settings

Prameesh-P/SHOPRIX

Repository files navigation

SHOPRIX

This project is written purely in Go and used PostgreSQL for its database needs .Entirely Dockerized this project using dockerfile and docker-compose.yml

Frameworks used

Gin-Gonic:This whole project is fully completed using gin-gonic which is a popular go framework for rapid web development

go get -u github.com/gin-gonic/gin

Database used:

PostgreSQL:This project mainly used PostgreSQL as Database with the help of ORM tool named GORM.It provides better and simplified forms of queries for better understanding

go get -u gorm.io/gorm
go get -u gorm.io/driver/postgres>

commands to run using go run:

go run main.go

Technologies and tools used

Server : GO Framework : GIN , Database : PSQL , Authentication : JWT , Payment Gateway : stripe , Container : Docker

Run On local machine

clone this project
open shoprix Directory
cd SHOPRIX
download dependencies
go get
Run
go run main.go

app is listening on port 8000

About

This is my full ecommerce back end code.Using golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published