- Log into your instance in the Wavelength Zone.
- Clone our server side repository - AWSNode-js
- Install the “formidable” library: npm install formidable
- Start the server: node Server.js
- Use the “forever” repository to run the server in background and log the server output.
To run the server use node Server.js or (Recommended) use forever repo for running and logging the server https://github.com/foreversd/forever.git
Server.js requirements: Install formidable library https://github.com/node-formidable/formidable.git
preferably use forever repo for running and logging the server https://github.com/foreversd/forever.git
Test Scripts requirements: Install axios library https://github.com/axios/axios.git


