https://github.com/levelopers/express_form
https://github.com/levelopers/express_form
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/levelopers/express_form
- Owner: levelopers
- Created: 2019-04-16T02:40:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-16T02:42:15.000Z (about 7 years ago)
- Last Synced: 2025-01-29T23:29:46.089Z (over 1 year ago)
- Language: HTML
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# express form
#### --- managing file data
### Instruction
1. download express_form folder
2. enter "./express_form" directory and install node modules
cmd:
npm install
3. run application
cmd:
node examforms.js
4. open URL
url:
http://localhost:3000
Nodejs version : v10.13.0
testing OS : 64-bit windows 10
#### Description
manage input object :
Change /list to show the list sorted by name.
Create a /delete page that asks for a name to delete. It then POSTs to /deleted
which confirms that the name was deleted. This page has a button to go back Home.
save state file when server down
log state file when server up
Make the server save the entered names to a file when the server is terminated
by a Ctrl-C and load those names when the server is restarted.