Skip to content

arsalanhub/Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-App

Simple blog app made using
Front-end technologies : html, css, semantic-ui
Back-end technologies : nodejs, expressjs
Database : mongoDB

This blog app follow RESTful routing concept for CRUD(Create, Read, Update and Delete)

📁 File Structure

C:.
│   app.js
│   package-lock.json
│   package.json
│   README.md
│
├───public
│   └───stylesheet
│           app.css
│
└───views
    │   .gitignore
    │   edit.ejs
    │   index.ejs
    │   new.ejs
    │   show.ejs
    │
    └───partials
            footer.ejs
            header.ejs

Setup required to run the project :

  1. Download GitBash (optional), MongoDB, nodejs
  2. Clone the project
  3. Install the dependencies using npm install
  4. Run the project using node app.js