A simple blog application built with Node.js and JavaScript.
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
Node.js (version 12 or higher) npm (usually comes with Node.js)
- Clone the repository:
git clone https://github.com/blake437/Blog.git
cd Blog
- Install dependencies:
npm install
Start the server with:
node server.js
By default, the server will run on http://localhost:3000.
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'
Contributions are welcome! Please open issues or pull requests for suggestions and improvements.
This project is licensed under the MIT License.