psibal / 25.NodeJs-Express-EJS-MongoDB--Blog

Home Page:https://express-mongodb-blog.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJs, Express, EJS & MongoDB Blog - CRUD

alt text

You need:

  • NodeJs
  • Database (MongoDB) Free Cluster

Create .env file

Create a .env file to store your credentials. Example below:

MONGODB_URI=mongodb+srv://<username>:<password>@clusterName.xxxxxxx.mongodb.net/blog
JWT_SECRET=MySecretBlog

Installation

To install and run this project - install dependencies using npm and then start your server:

$ npm install
$ npm run dev

Design Files

The Blog layout is available in a Figma(.fig) file located under the "Design Files".

View Live Figma Prototype

YouTube Channels

Subscribe to TheNetNinja

Subscribe to RaddyDev

Website

www.raddy.dev

Donations

Buy me a Coffee

About

https://express-mongodb-blog.vercel.app

License:MIT License


Languages

Language:JavaScript 51.1%Language:EJS 27.4%Language:CSS 21.6%