Skip to content

I'll walk you through the process of creating a basic Recipe Blog using Node.js and MongoDB. The layout will be built using Bootstrap, and everything else will be NPM packages. Connect-flash, cookie-parser, dotenv, ejs, express, express-ejs-layouts, express-file upload, express-session, MongoDB, and mongoose are a few examples.

License

Notifications You must be signed in to change notification settings

PanduDcau/Recipe-Blog-With-NoSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Blog - Using Node.js and MongoDB

GitHub Logo

UPDATE THIS

Create .env file

Create a .env file to store your MongoDB database credentials

MONGODB_URI = mongodb+srv:https://<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

Article

Read Article

YouTube Channel - DasaBros

Subscribe to my YouTube Channel

Website

PanduInspiration Blog

About

I'll walk you through the process of creating a basic Recipe Blog using Node.js and MongoDB. The layout will be built using Bootstrap, and everything else will be NPM packages. Connect-flash, cookie-parser, dotenv, ejs, express, express-ejs-layouts, express-file upload, express-session, MongoDB, and mongoose are a few examples.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published