Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🖱✏
- Host: GitHub
- URL: https://github.com/surajv311/myblog
- Owner: Surajv311
- Created: 2020-07-05T17:52:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:07:15.000Z (almost 2 years ago)
- Last Synced: 2023-08-18T11:54:16.593Z (over 1 year ago)
- Topics: blog, css3, ejs-express, ejs-templates, html-css-javascript, nodejs, project
- Language: JavaScript
- Homepage:
- Size: 470 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)