/Farm-Data-Handeler

This is a MongoDB and Express JS project for performing crud operation .

Primary LanguageJavaScript

Farm-Data-Handeler

This is a MongoDB and Express JS project for performing crud operation .

To run the project proceed to following step-

  1. run npm i in terminal - To install all dependencies
  2. Run Mongod in powershell - This will open the mongo database.
  3. Run node seed.js in terminal - For inserting some data in the mongo database.
  4. Run node index.js - This will start the server.
  5. Now you can go to the http://localhost:3000/products for performing the crud operation.