Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 266 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 266 Bytes

Comment-backend

This API is part of the vca-comment widget

Installing

install npm packages

npm install --save

Running the API

start mongodb

mongod

run server

nodemon start

Built With

  • [Node]
  • [Mongodb]
  • [Express]