Skip to content

safil-badarudeen/E-commerce-API-Node

Repository files navigation

Tech Stack

Server: Node Js , Express , Mongoose , MongoDb

Packages Used :

  • Bycrypt Js to hash high secure data.
  • JSON web token to generate token for user access.
  • Cookie-parser to parse data from cookie.
  • Express-fileUpload to upload files.
  • http-status-codes to use status codes while throwing error.
  • validator to validate email, name etc.
  • .env to save the secure data.
  • cors to allow server to indicate any origins (domain, scheme, or port) other than its own from which a browser should permit loading resources.
  • mongoose as an Object-Document-Mapper (ODM) to interact with MongoDB database.

How to Run Locally

  • Fork this repository.
  • Clone the repository.
git clone git@github.com:<your github username>/github-error-solve.git
  • Navigate to folder
cd github-error-solve
  • Install node dependencies
npm i
  • Start the project
nodemon app.js

About

A e-commerce platform backend using Node ,Express,Mongoose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published