Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronyu728/my-blog

A simple blog demo implement using by node.js, express.js, css, html&ejs.
https://github.com/aaronyu728/my-blog

ejs expressjs nodejs

Last synced: about 2 months ago
JSON representation

A simple blog demo implement using by node.js, express.js, css, html&ejs.

Awesome Lists containing this project

README

        

## Introduction

This is a simple blog demo using by node.js, express.js, css, html&ejs.

## Feature

All operations are implemented locally and in back-end services.

- Post a new blog
- Edit a existing blog
- Delete a blog

## Technologies Used

Node.js, Express.js, HTML, CSS, Ejs

## Getting Started

Before you begin, ensure you have the following installed:

Node.js and npm (Node Package Manager). You can download and install them from [Node.js official website](https://nodejs.org/en).

1. Clone the Repository:

```
git clone https://github.com/AaronYu728/my-blog.git
cd my-blog
```

2. Install the dependencies:

```
npm install
```

3. Run the application:

```
node index.js
node server.js
```

4. Open your browser and navigate to

http://localhost:3000

## Acknowledgements

[Node.js](https://nodejs.org/en)
[Express.js](https://expressjs.com/)
[Body-Parser](https://www.npmjs.com/package/body-parser)