- Cloudiniary
To serve local server on a web route
https://www.npmjs.com/package/express-fileupload
npm install --save express-fileupload
#!/bin/bash | |
# Copyright (C) 2019 Abhishek Ranjan <[email protected]> | |
# SPDX-License-Identifier: GPL-3.0-or-later | |
## Usage: ./runAllCoins.sh | |
## Don't continue on errors | |
set -e |
const express = require("express"); | |
const session = require("express-session"); | |
const app = express(); | |
app.use(express.json()); | |
app.use(express.urlencoded({ | |
extended: true |
Sometimes we may need to place checks on the input fields before the form is submiteed.
One example is that you may have a re-enter passwork field and if the types passwords are not same, you
may show a error message. In such cases , this is how you can do some work before the form is submitted
and also avoid the submission from happening.
Source
https://stackoverflow.com/questions/8133712/execute-javascript-code-straight-before-page-submit
** If task deadline over while server is off, task will be executed as soon as server starts. ** Stores data in MongoDB..
(This is a further developed version of Mongo-Scheduler with more features & updated dependencies.)
Usage :