Skip to content

This is an exercise in Node and Express. It's a simple blogging web application where one can add new blog posts, view them in their own dedicated route, and delete them. The posts are stored in a local array.

Notifications You must be signed in to change notification settings

dimitristsaknakis/simple-blog-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-blog-website

This is an exercise in Node and Express. It's a simple blogging web application where one can add new blog posts, view them in their own dedicated route, and delete them. The posts are stored in a local array.

simple blog image

simple blog image 2

It was created by following along the "The Complete 2019 Web Development Bootcamp" Udemy course.


To run the app:

In order to run this application locally you'll need to have Node.js installed in your system.

Once you clone or download the repository files to your desired location, open a command-line terminal, navigate into the app top-level directory, and install the required package dependencies.

Then you can run the app by executing the 'app.js' file:

$ cd simple-blog-website  # or your chosen other directory name
$ npm install             # install package dependencies
$ node app.js             # start the server - run the app

Random funny short:

  • Let's start a band, let's call it "1023MB".
  • Dude, cool but are you sure? I don't think the band will ever get a ... (drum roll) ... gig!

About

This is an exercise in Node and Express. It's a simple blogging web application where one can add new blog posts, view them in their own dedicated route, and delete them. The posts are stored in a local array.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published