Skip to content

blake437/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

A simple blog application built with Node.js and JavaScript.

Features

Create, edit, and delete blog posts View all posts in a user-friendly interface RESTful API for managing posts Basic server setup using Express (see server.js) Easily customizable and extensible Getting Started

Prerequisites

Node.js (version 12 or higher) npm (usually comes with Node.js)

Installation

  1. Clone the repository:
git clone https://github.com/blake437/Blog.git
cd Blog
  1. Install dependencies:
npm install

Running the Application

Start the server with:

node server.js
By default, the server will run on http://localhost:3000.

Usage

Open your browser and navigate to http://localhost:3000 to use the blog. Use the interface to view or manage blog posts. By default, there is an admin with username 'admin' and password '0000'

Contributing

Contributions are welcome! Please open issues or pull requests for suggestions and improvements.

License

This project is licensed under the MIT License.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •