- Backend written in Node.js using express and pug.
-
Clone the repository in your local system.
-
Install Node.js (if you have not installed).
-
Run the command given below to install all the libraries used
npm install
- It will create a node_module folder
-
I added both frontend technologies (html and pug).
-
For run the server and use html format run the below command
node index.js
- For run the server and use pug format run the below command-
node app.js
- by default it is in the pug format
- The response of the form given in the website will go under file output.txt
Thanks for reading!!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.