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

https://github.com/samk13/nodejs-simple-blog


https://github.com/samk13/nodejs-simple-blog

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# nodejs-simple-blog

# how to run this:

### 1- make sure to create.env file and add your own database uri
```terminal
npm i
nodemon ./app.js
```