/blog-app

This blog app is made using express as back-end and ejs as front-end

Primary LanguageEJS

Blog App

This application is made using express as back-end and front-end in ejs

Copy below command in the terminal to initialize the project

   npm init -y

After package.json is created, install the dependencies by running below command

   npm i
       express
       mongoose
       ejs
       dotenv

After installing the dependencies, install the dev dependencies, by running below command

   npm i -D nodemon

Now create folders controllers, models, routes, views