Skip to content

azakero/single-vendor-ecommerce-api

Repository files navigation

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

About

API for a single vendor ecommerce app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published