Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paramsiddharth/express-persisting-form-data
A demonstration of persisting form data in Express.
https://github.com/paramsiddharth/express-persisting-form-data
Last synced: about 1 month ago
JSON representation
A demonstration of persisting form data in Express.
- Host: GitHub
- URL: https://github.com/paramsiddharth/express-persisting-form-data
- Owner: paramsiddharth
- Created: 2021-06-13T10:56:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T11:10:38.000Z (over 3 years ago)
- Last Synced: 2024-05-22T20:22:44.592Z (7 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Persisting Form Data in Express
This demonstration taught me how to:
1. Trigger the traditional browser-powered
form-submission.
2. Access and persist data in EJS
similar to how we do it in PHP.# Made with ❤ by [Param](https://www.paramsid.com/).