Categorygithub.com/A-Victory/e-commerce
repository
0.0.0-20230410094337-32992894eec5
Repository: https://github.com/a-victory/e-commerce.git
Documentation: pkg.go.dev

# 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
No description provided by the author
No description provided by the author
No description provided by the author

# README

GO E-COMMERCE

A backend api that can be used for an e-commerce based website.

MOTIVATION

  • Devloping and improving in using Go for backend.
  • To improve and get hands-on exprience working with web frameworks in GO(gin).
  • Working and applying user based authentication using JWT tokens.
  • Better integration with NoSQL databases in Go(mongodb).

FEATURES

  • Sign-Up
  • Login
  • Addresses
  • Carting Of Products
  • JWT tokens
  • Instant Buying of Products
  • Database Connection

    • Local instance of MongoDB can be used or a Docker image of MongoDB.

Testing

 - Postman can be used to test the endpoints of the API

For the project a basic to itermediate knowledge of operating and working with NOSQL databases is important