Skip to content

A Basic Blogging application written using JavaScript and Node.js as practice for developing Fullstack applications.

Notifications You must be signed in to change notification settings

Red-Codragon-Archfiend/Basic-Blogsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog-Site

This is a basic Blog application built as a practice Fullstack application.

Uses

  • Node.js
  • Grunt
  • Sass
  • Ejs

To Build

To build this project you must first install the dependencies via your preferred package manager.

npm install

You should ensure to have nodemon installed globally and run:

nodemon app

alternatively, you may run:

npm start

Routes

The application loads on localhost:3000

Some available routes include:

/compose /contact /about /posts/title

About

A Basic Blogging application written using JavaScript and Node.js as practice for developing Fullstack applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published