Thanks to visit codestin.com
Credit goes to github.com

Skip to content

akshatmittal2002/blog-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Website

A normal webite to create, read, update or delete blogs.

Technologies

  • Node.js
  • EJS
  • Express.js
  • MongoDB

Setup

To run this app, you will need to follow these steps:

1. Requirements
  • Laptop
  • A Text Editor installed on your laptop
  • Git installed on your Laptop.
2. Install Node.js
3. Create MogoDB Atlas Database and connect it:
  • Create Account

  • Create a project and in the project create a new cluster.

  • Connect the cluster and get the connection string.

4. Clone the repository using the following command:
    git clone https://github.com/akshatmittal2002/blog-website.git
5. Create .env file inside project directory:
  • Specify the variable DBURI as the connection string.
6. Set up and run the server from your command line inside the project directory:
  • Install all dependences
    npm install
  • Run App
    node app.js

Inspiration

This project is based on the goal of improving my Node.js and EJS skills.

About

Blog posting website to create, read, update or delete blogs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published