Skip to content

dchoulex/amazon-clone-backend

Repository files navigation

NodeJS Express.js MongoDB JWT Heroku

Technology used: Node.js, Express, MongoDB, Mongoose, JWT, Heroku.

Amazon Clone Backend

This repository represents backend side of my amazon clone project. You can read API documentation from the link below.

https://documenter.getpostman.com/view/18687061/2s7YmxgitW

ER Diagram

Other Features

All API features are written in the documentation link above. This section will explain security feature that are not written in API documentation.

Security

  • Route protection for APIs that need authorization.
  • Hashing and salting password.
  • Create token using JWT.

Cyber Security

  • Set secure request headers.
  • Sanitize input from user to prevent XSS.
  • Sanitize data using mongoSanitize.
  • Prevent HPP.

About

This repository contains backend server codebase for amazon clone project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published