Skip to content

dexterarmy/blog-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

blog-website

this is a my blog website which is made with the help of technologies like:

  1. frontend -> html , css, javascript
  2. template egine -> embedded javacsript(EJS)
  3. backend -> Nodejs, Express, MongoDB , mongoose
  • How to run this website on your local machine( i am using linux ubuntu ):
    1. 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
    1. Clone the repository by running the following command in terminal:
    git clone [email protected]:dexterarmy/blog-website.git
    1. Then go inside the project-root folder and run the following command in terminal:
    npm install
    1. Then inside project-root folder run the following command to start the local server:
    node server.js
    1. Then go to the browser and pass the following url to open the home page:
    http://127.0.0.1:8080
    1. Then affter this navigate through the website and see my blogs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published