|
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 | + |
| 42 | + |
| 43 | +### :octocat: About Us Page: |
| 44 | + |
| 45 | + |
| 46 | +### :octocat: Compose Page: |
| 47 | + |
| 48 | + |
| 49 | +### :octocat: writing a post: |
| 50 | + |
| 51 | + |
| 52 | +### :octocat: After submitting the post: |
| 53 | + |
| 54 | + |
| 55 | +### :octocat: Updated Homepage: |
| 56 | + |
| 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