Skip to content

prkpndy/node-rest-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is a simple backend implementation of an online marketplace using REST architecture

How to use

  • Install all the dependencies.
  • Create a database in mongodb and put the url in app.js file in the suggested format.
  • Create env variables by the name MONGO_ATLAS_USER and MONGO_ATLAS_PW to store the username and password of your mongodb username and password respectively.
  • If you are using nodemon to run your server, you can create nodemon.json file in the root directory with the env variables.
  • Run the server using nodemon server.js.
  • Now you can use Postman or any other tool to shoot requests at the server.

About

A Simple NodeJS Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published