Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/surajv311/myblog

A blogs webpage project built using EJS (Node) to compose and post blogs. HTML/CSS used for styling and structuring. 🖱✏
https://github.com/surajv311/myblog

blog css3 ejs-express ejs-templates html-css-javascript nodejs project

Last synced: about 3 hours ago
JSON representation

A blogs webpage project built using EJS (Node) to compose and post blogs. HTML/CSS used for styling and structuring. 🖱✏

Awesome Lists containing this project

README

        

# myBlog

### The following project is built using Nodejs.

Before cloning and running the project ensure that you have **Nodejs** installed on your PC.

Libraries used : Lodash.js , Bootstrap , Express.js.

Install the necessary pacakges via *npm* like :

```npm i express body-parser lodash```

To run the project :

Open the terminal in the same directory and run:

```nodemon app.js```

The project can be accessed in your browser at

```localhost:3000```



To compose an article:

```localhost:3000/compose```

Snaps :

![img1](https://github.com/Surajv311/Blog-webpage/blob/master/images/1.jpg)


![img2](https://github.com/Surajv311/Blog-webpage/blob/master/images/2.jpg)