Venkatesan-M / Venka-Journey

Venka-Journey is my First Blog Website, This is also my Learning of EJS and MongoDB Technologies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Venka-Journey

Coding

Venka-Journey is my First Blog Website, This is also my Learning of EJS and MongoDB Technologies.

Create Your Own BlogSite

Install and setup git on your system, git to install gitbash.

git clone https://github.com/Venkatesan-M/Venka-Journey.git

Install the necessary Dependencies

Install VSCODE to set up your codebase.
Install Node and Nodemon.
Install MongoDB and setup the mongodb shell and server (mongod).

Set up your codebase!

cd Venka-Journey
code .

Resolve Dependencies by

npm i

Set up your MonDBServer!

Replace the MongoDB connection code in App.js file.
from

mongoose.connect('mongodb+srv://Venkatesan:<yourPassword>@cluster0.zcxvzob.mongodb.net/Venka');

with

mongoose.connect('mongodb://127.0.0.1:27017/test');

Start you MongoDB Server

Run you MongoDB Server in another Terminal.
Example

mongod

Run you Application

Run you Application by Executing.

nodemon app.js

on another Terminal.
go to LocalHost to View your Live app.

Compose Your New Post

Visit ComposePost to compose your new Post.

About

Venka-Journey is my First Blog Website, This is also my Learning of EJS and MongoDB Technologies.


Languages

Language:JavaScript 50.0%Language:EJS 38.4%Language:CSS 11.6%