Skip to content

amirmmdz/simple-shop-express-api

Repository files navigation

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

About

A simple shop API with Express js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages