Skip to content

Vlerrie/NodeRepoCrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published