Giter Club home page Giter Club logo

blogwebsite's Introduction

BlogWebsite

Simple blog website using NodeJs and MongoDB where we can add blogs. and MongoDB is used for storing Data.

Technologies Used:

  • NodeJs
  • MongoDB
  • Html Css and Bootstrap
  • Mongoose

       

Prerequisites:

  1. Install NodeJs in your System. click on the link to install: https://nodejs.org/en/download/
  2. Install NPM too in your system, for more details on how to install Node Pack Manager (NPM) and NodeJs read the article in the link. https://phoenixnap.com/kb/install-node-js-npm-on-windows
  3. Once NodeJs and NPM are installed, on your terminal run the two codes
    1. $ node --version (type the code only after $ sign)
    2. $ npm --version
  4. Then after you have downloaded the following above folders on your terminal type cd /the path of your project/


  5. Install MongoDB into your system, click on the Link to download: https://www.mongodb.com/try/download/community . To check if its downloaded type $mongo --version (If you get sometime like v6.01.. you are on the right path go ahead).
  6. Then go to your terminal, make sure you are the right path (/downloads/BlogWebsite).
    Type these following commands on the terminal.
    1. $ npm install express
    2. $ npm install body-parser
    3. $ npm install ejs
    4. $ npm install mongoose
  7. To run your app on terminal type node app.js


  8. Go to your favorite browser and type, localhost:3000 or type http://localhost:3000


Website Pictures

Home Page:



About Page:


Contact Page:


Compose page:



blogwebsite's People

Contributors

karthikshetty123 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.