Skip to content

ysherqawi/ecommerce-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 

Repository files navigation

Ecommerce API

Backend API for Ecommerce application.

Usage

Go to "config/.env" and update the values/settings to your own

Install Dependencies

npm install

Run App

# Run in dev mode
npm run dev

# Run in prod mode
npm start

Demo

Extensive documentation with examples here

Credits

I watched the api creation part from course: MERN Stack React Node Ecommerce from Scratch to Deployment

I used what i've learned in previous courses and updated it to use async-await and promises instead of callbacks and write a cleaner code, adding more features like reviews, forgot password, reset password , improve security and better folders structures