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

https://github.com/007tickooayush/express-demo-mark2-handlebars


https://github.com/007tickooayush/express-demo-mark2-handlebars

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Initialize APP:
```
express --view=hbs
```
**VIEW TEMPLATE : handlebars (.hbs)**

**ROUTING METHOD INCLUDED : GET,POST**

**ROUTES : user, profile, index, test**

|PRE REQUISITES : |
|----|
|express-generator|
| node.js |
||

express-generator installation (global) :
```
npm install -g express-generator
```

express installation :
```
npm install --save express
```