Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: about 5 hours 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
```