Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aswinr19/node-blog-project
Blogging site using node js.
https://github.com/aswinr19/node-blog-project
Last synced: 4 months ago
JSON representation
Blogging site using node js.
- Host: GitHub
- URL: https://github.com/aswinr19/node-blog-project
- Owner: aswinr19
- Created: 2022-07-06T15:37:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T15:32:03.000Z (about 2 years ago)
- Last Synced: 2023-03-04T18:20:31.442Z (almost 2 years ago)
- Language: EJS
- Size: 270 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Blog Project
A simple blogging site using node.js , express , mongodb and ejs.
## Getting Started
First clone this repository, install the dependencies, and setup your .env file.
```
git clone https://github.com/aswinr19/node-blog-project.git
cd node-blog-project
npm install
cp .env.example .env
```To run the project ,
```
npm run start```