Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 299 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 299 Bytes

blockblog

A blog powered by Express and Mongodb

Mongodb URL setup

  • Create a .env file in the root directory.
  • Add the url in the file like this:
    mongoUrl=<url> where <url> is the Mongodb URL.
  • Correctly doing this will load the Mongodb URL correctly when running the server.