Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tborges/node-express-ejs-template-body-parser
- Owner: tborges
- License: mit
- Created: 2018-06-02T13:54:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T20:47:48.000Z (about 2 months ago)
- Last Synced: 2024-10-29T22:51:51.944Z (about 2 months ago)
- Topics: body-parser, ejs-templates, expressjs, git, nodejs, sample-app, sample-code
- Language: JavaScript
- Size: 565 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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 [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.