Skip to content

Commit fceaf7d

Browse files
authored
Update README.md
1 parent 28eee5f commit fceaf7d

1 file changed

Lines changed: 60 additions & 1 deletion

File tree

README.md

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,60 @@
1-
# Blog_Website_Without_Database
1+
# :octocat: Blog_Website_Without_Database
2+
3+
This is a Blog website made using EJS. You can write blogs and post them!
4+
5+
This is a simple website made using,
6+
7+
1. <b>`Node.js`</b>
8+
2. <b>`express.js`</b>
9+
3. <b>`Body-parser`</b> Module
10+
4. <b>`HTTPS`</b> Module
11+
5. <b>`lodash`</b> Mobule
12+
13+
14+
## :octocat: To install modules and frameworks
15+
16+
17+
Run the commands from below in your vs-code project folder terminal.
18+
```bash
19+
npm i node
20+
npm i express
21+
npm i body-parser
22+
npm i lodash
23+
```
24+
25+
## :octocat: Cloning this repo:
26+
27+
1. Run the following command:
28+
```bash
29+
git clone 'https://github.com/yashdoshi12/Blog_Website_Without_Database.git'
30+
```
31+
2. `cd` to the cloned folder:
32+
```bash
33+
cd Blog_Website_Without_Database
34+
```
35+
3. Install required `npm` pakages
36+
```bash
37+
npm i
38+
```
39+
40+
### :octocat: Example prewview of website:
41+
![Screenshot 2023-01-08 120446](https://user-images.githubusercontent.com/39629707/211184306-ac181f9b-f877-4bac-8c5e-079187ba141f.jpg)
42+
43+
### :octocat: About Us Page:
44+
![Screenshot 2023-01-08 120509](https://user-images.githubusercontent.com/39629707/211184324-d1ac5e20-74a3-46fe-b27d-c320e5ac367c.jpg)
45+
46+
### :octocat: Compose Page:
47+
![Screenshot 2023-01-08 120536](https://user-images.githubusercontent.com/39629707/211184337-a5c477ff-3b3f-4ec4-8b5e-2d99dc8ac6f9.jpg)
48+
49+
### :octocat: writing a post:
50+
![Screenshot 2023-01-08 120820](https://user-images.githubusercontent.com/39629707/211184346-a3483f02-369a-46ff-9108-b7bfe9cd045f.jpg)
51+
52+
### :octocat: After submitting the post:
53+
![Screenshot 2023-01-08 120838](https://user-images.githubusercontent.com/39629707/211184360-d3dcf620-be10-4d3e-8ff5-2e2023b7b662.jpg)
54+
55+
### :octocat: Updated Homepage:
56+
![Screenshot 2023-01-08 120859](https://user-images.githubusercontent.com/39629707/211184393-7a4e3952-b5f5-4e6c-a0ac-e7f3fa12068c.jpg)
57+
58+
59+
### :octocat: Note:
60+
I haven't made the website. The code was given to me during the Web_development course. This repo is for my future reference.

0 commit comments

Comments
 (0)