Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is an ecommerce API built with NodeJs. It features authentication, full CRUD ability on products, order, cart and user. Documentation here: https://documenter.getpostman.com/view/11784799/UVJhDEyt
JWT_SECRET
PORT=3000
MONGODB_URL
FLUTTERWAVE_V3_SECRET_KEY
FLUTTERWAVE_v3_PUBLIC_KEY
1 fork the repo
-
clone to your local machine
-
npm install
-
npm start
- npm packages
npm install
-
fork the repo
-
clone the Repo
-
install dependencies
npm install
-
run dev server
npm run dev
-
Test components
npm test
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Twitter - @breellz
Project Link: https://github.com/breellz/e-commerce-api
- Stackoverflow