https://github.com/zubs/node_blog
https://github.com/zubs/node_blog
done
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zubs/node_blog
- Owner: Zubs
- Created: 2020-07-24T15:29:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T13:15:19.000Z (over 1 year ago)
- Last Synced: 2025-01-23T14:22:22.823Z (over 1 year ago)
- Topics: done
- Language: EJS
- Homepage:
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Blog
## Running the project
- Clone the repository
```bash
git clone https://github.com/Zubs/node_blog.git
```
- Install the dependencies
```bash
npm install
```
- Run the project
```bash
npm start
```