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: 9 months 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.
- Host: GitHub
- URL: https://github.com/tborges/node-express-ejs-template-body-parser
- Owner: tborges
- License: mit
- Created: 2018-06-02T13:54:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-09T12:11:22.000Z (12 months ago)
- Last Synced: 2025-07-09T13:27:12.107Z (12 months ago)
- Topics: body-parser, ejs-templates, expressjs, git, nodejs, sample-app, sample-code
- Language: JavaScript
- Size: 591 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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 git@github.com: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.