Addendum for Lab-7: Madlib Assignment

Issues Encountered

During the setup, we encountered several warnings when using pm2 and forever to manage the server. These included:

Server Setup Explained

The server.js file sets up an Express.js server with a few routes:

To handle form data, express.urlencoded middleware is used, and static files are served from the public directory.

Troubleshooting Tips