Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 532 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 532 Bytes

Ecommerce API

Backend API for a single vendor ecommerce app.

Features

User CRUD, Product CRUD, Order CRUD, User Authorization & Authentication, Review

Usage

Download and create ".env" file in the root directory of the app. Add NODE_ENV, PORT, MONGO_URI, JWT_SECRET

Install Dependencies

npm install

Run App

# Run in dev mode
npm run dev

# Run in prod mode
npm start

# Seed database
npm run data:import

or delete seeded database
npm run data:destroy -d

Version

1.0.0

License

MIT