Skip to content

slayerrr12/Blog-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Simple Blog Site using Express:

This is a simple blog site created using Express, a popular web framework for Node.js. The site serves static content based on the requested URL.

Getting Started:

Prerequisites Make sure you have Node.js installed on your system. You can download it from the official website: https://nodejs.org/

Directory Structure: . └── Blogsite/ ├── server/ │ └── index.js └── static/ ├── home.html ├── javascript.html ├── js_logo.png ├── mongo_gb_logo.png ├── mongodb.html ├── node.html ├── node_image.png ├── python_icon.png ├── sql.html └── sql_logo.png

About

A sample blog site i created using express.js and node.js that servers static files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published