Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 500 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 500 Bytes

Simple Shop Api

This project is just a simple Express js shop API not a advanced one. This project use Express js as backend framework , MongoDB as database and mongoose as ORM.

Prerequisites

NodeJs v20 or higher MongoDB v7 or higher

How To Use

1- First install npm packages:

npm install

2- Copy .env.example file to .env and set .env file variables

3- Run project:

node bin/www

4- Or use nodemon:

nodemon bin/www

Now see http://localhost:3000/ on your system