Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aaronyu728/my-blog
- Owner: AaronYu728
- Created: 2024-07-26T01:04:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T14:14:43.000Z (5 months ago)
- Last Synced: 2024-11-16T12:04:37.024Z (about 2 months ago)
- Topics: ejs, expressjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)