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

https://github.com/zubs/node_blog


https://github.com/zubs/node_blog

done

Last synced: 7 months ago
JSON representation

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
```