Skip to content

Picus-Security-Golang-Bootcamp/bitirme-projesi-Hcankaynak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitirme-projesi

Best Online Shopping Site (BOSS)

Project Structure

  • docs: store swagger yml file.
  • internal: except api directory, all main functionalities are here. Including entities, handlers.
  • pkg: base operations. read config, connect db, jwt implementation, middleware.

EndPoints

User Endpoints

User

POST /users/signUp
POST /users/login

Category

  • First one listing all categories
  • Second one add new category (singular)
POST /category/list
POST /category

Product

  • First creating a new product
POST /products

Basket

  • First getting basket for user
  • Second one adding item to basket
GET /basket
POST /basket

About

bitirme-projesi-Hcankaynak created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published