Skip to content

shubhamnagota/UserPostCommentsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Post Comments Project

A simple application which uses JSONPlaceholder.com to get the data and store it into MongoDB and then exposes some basic API for some operations.

Technology Used

  • Node.js - evented I/O for the backend
  • MongoDB - Database-as-a-Service for MongoDB
  • Postman - Postman Simplifies API Development

How to run

[Assuming you have MongoDB installed and the mongo server is running at http://localhost:27017]

This application is tested on Node.js v10.x

$ git clone https://github.com/shubhamnagota/UserPostCommentsProject.git
$ cd UserPostCommentsProject
$ node DataPopulator.js
$ npm start

Testing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published