Skip to content

ShubhamNatekar/citystore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

citystore App

Introduction

This is online shopping app which the provides products from the nearest shop.

Tech Stack

  • Golang - backend language
  • ReactJS - UI technology
  • Postgres - DB to store data
  • Mysql (optional)
  • GORM (A Golang ORM)
  • JWT - user authentication
  • Gorilla Mux (For HTTP routing and URL matcher)

Abilities

  • Signup (Register)
  • Edit his account
  • Shutdown (Delete his account)
  • View all Products
  • Buy Product & Add to cart
  • Owner can add a products
  • Edit Products created by him

Steps to run

  1. Clone the repo.
  2. Stop host machine services (postgresql/mysql/nginx). eg.sudo service postgresql stop .
  3. Open .env file and set username and password for postgresql.
  4. Run the app.
    • cd citystore.
    • docker-compose up.

About

Online Shoping application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published