Skip to content

MatzJeurissen/RecipeBlog-MongoDB-Node.js

 
 

Repository files navigation

Recipe Blog - Using Node.js and MongoDB

Create .env file

Create a .env file to store your MongoDB database credentials

MONGODB_URI = mongodb+srv://<username>:<password>@cluster0.6m5cz.mongodb.net/Recipes?retryWrites=true&w=majority

Installation

To run this project, install it locally using npm:

$ npm install
$ npm start

YouTube Video & Article

YouTube Video

Read Article

YouTube Channel - Raddy

Subscribe to my YouTube Channel

Website

www.raddy.dev

Donations

Via Paypal

Buy me a Coffee

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • EJS 55.3%
  • JavaScript 38.1%
  • CSS 6.6%