Skip to content

Writing Backend code for an e-commerce application ensuring good practices

Notifications You must be signed in to change notification settings

peachjelly13/e-commerce-backend-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Platform Backend

Table of Contents

Description

This project aims to create a backend for a shopping platform with a focus on extensive comments and documentation for every function, library, and method used. It is specifically designed for beginners who want to learn backend development by going through well-commented and detailed code.

Features

  • Extensive Comments: Detailed comments for every function, library, and method used.
  • Beginner-Friendly: Designed for beginners to learn backend development.
  • Shopping Platform: Core functionalities for a shopping platform backend.

Details

  • User Model The user model has the following functionalities:
    1. Compare passwords using bcrypt.
    2. Generating access token and refresh token using jwt, we use jwt to create these tokens.
    3. Reset Password using a link which is sent to the user.
  • Payment Model
  • Order Model
  • Product Model

Installation

  1. Clone the repository:
    fork this repo and clone the project 

About

Writing Backend code for an e-commerce application ensuring good practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published