Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Blog web app with express and mongodb atlas

  • First create a .env file in the project's root folder, wich must contain something like this:
    CONNECTION_STRING = mongodb+srv://mongodbtest:[email protected]/blog?retryWrites=true&w=majority
  • Then run:
    • npm install
    • npm start