An open API service indexing awesome lists of open source software.

https://github.com/mini-sylar/react-e-commerce-backend

React-E-Commerce Backend
https://github.com/mini-sylar/react-e-commerce-backend

api backend e-commerce express express-js javascript node node-js react

Last synced: 2 months ago
JSON representation

React-E-Commerce Backend

Awesome Lists containing this project

README

          

# React-e-commerce-backend
The backend for [React E-Commerce Frontend](https://github.com/Mini-Sylar/react-e-commerce) built with ***Node, Express and MongoDB***

# Getting Started
- Clone this repo
- run ```npm install```
- run ```npm run dev``` to run locally
- run ```npm start``` to run in production

## Advantages
- Get a simple starter template for building an e-commerce product (Educational Purposes)
- Defined api routes so you can connect from any application
- Uses mongoose which makes schema definitions easier to grasp
- Auth🔥: This version inclueds auth(JWT), for a version with no auth checkout [No Auth Backend](https://github.com/Mini-Sylar/react-e-commerce-backend/tree/main)
- Orders🔥: Place,review and cancel orders anytime


**For a stripped down version using no JWT See [NO JWT](https://github.com/Mini-Sylar/react-e-commerce-backend/tree/main)**


## Things to note
create a ```.env``` file and put in your mongoDB URI in order to connect to your DB.

check ```.env.development``` for example

# Contribution
Found any issue? open a pull request

# Example application using this backend
Simple React-E-Commerce Frontend