Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 622 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 622 Bytes

NodeRepoCrud

A Basic Note Taking App

Setup

  • After cloning the git repo please create a local mongo database and collection and call the collection "Notes"
  • Open the .env file that has been included in the repo for convenience.
  • Only change the DB_* variables to match the Mongo db and collection that was created.
  • Open a command line in the root directory of the project and run the following command: "npm start"
  • Open a second command line in the root/react-app and run "npm install", after the install completes run "npm start".
  • Go to localhost:3000 in the browser to view the client side result.