Skip to content

StephenGrider/AdvancedNodeStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvancedNodeStarter

Starting project for a course on Advanced Node @ Udemy

Setup

  • Run npm install in the root of the project to install server dependencies
  • Change into the client directory and run npm install --legacy-peer-deps
  • Change back into the root of the project and run npm run dev to start the server
  • Access the application at localhost:3000 in your browser

Important: The credentials for the Mongo Atlas DB in dev.js are read only. If you attempt to log in without first adding your own connection string (covered later in the course) you will see an error: [0] MongoError: user is not allowed to do action [insert] on [advnode.users]

About

Starting project for a course on Advanced Node @ Udemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published