Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tborges/node-express-ejs-template-body-parser

This is a small Node.js application, we are using EJS Embedded Javascript Template, examples of Body-Parser middleware (form post), example of Body-Parser sending JSON data, etc.
https://github.com/tborges/node-express-ejs-template-body-parser

body-parser ejs-templates expressjs git nodejs sample-app sample-code

Last synced: about 1 month ago
JSON representation

This is a small Node.js application, we are using EJS Embedded Javascript Template, examples of Body-Parser middleware (form post), example of Body-Parser sending JSON data, etc.

Awesome Lists containing this project

README

        

# Node, Express, EJS Template, Body-Parser - Sample App

###### _In this sample app_, we're using

- Node.js [](https://nodejs.org/en/)
- Express [](http://expressjs.com/)
- Embedded Javascript Template .EJS [](http://ejs.co/)
- Body-Parser [](https://www.npmjs.com/package/body-parser)

## Running Locally

Make sure you have [Node.js](https://nodejs.org/en/) and the [npm](https://docs.npmjs.com/) installed.

```sh
git clone [email protected]:tborges/Node-Express-EJS-Template-Body-Parser.git # or clone your own fork
cd Node-Express-EJS-Template-Body-Parser
npm install
node app.js
```

##

Feel free to fork, modify and have fun with it. If you hit bugs, fill issues on github [here](https://github.com/tborges/Node-Express-EJS-Template-Body-Parser/issues).

This sample app is under MIT license.