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

https://github.com/oguzadali/thex

Blog project created with NodeJs. ExpressJs, Handlebars, MongoDB were used in the project.
https://github.com/oguzadali/thex

blog-theme express functional-programming handlebars javascript nodejs

Last synced: 2 months ago
JSON representation

Blog project created with NodeJs. ExpressJs, Handlebars, MongoDB were used in the project.

Awesome Lists containing this project

README

          

# Blog project with express and handlebar view engine

## For run
```
node app.js
```
### If you development mode you install nodemon and for run;
```
nodemon app.js
```