- frontend -> html , css, javascript
- template egine -> embedded javacsript(EJS)
- backend -> Nodejs, Express, MongoDB , mongoose
- How to run this website on your local machine( i am using linux ubuntu ):
- First install node and npm in your local machine with the following command. I am using linux ubuntu, if you are using another operating system then simply look for the command to install nodejs and npm in your machine on google. Apart from this all the other commands will be the same
sudo apt install npm nodejs
- Clone the repository by running the following command in terminal:
git clone [email protected]:dexterarmy/blog-website.git
- Then go inside the project-root folder and run the following command in terminal:
npm install
- Then inside project-root folder run the following command to start the local server:
node server.js
- Then go to the browser and pass the following url to open the home page:
http://127.0.0.1:8080
- Then affter this navigate through the website and see my blogs.