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.
NodeJs v20 or higher MongoDB v7 or higher
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