A simple delivery app built using nodejs The aim of building this small app was to explore Node. js Core Modules and to have a better understanding of how they work. All files are saved using the Fs module in a folder called .data
clone the repository
git clone https://github.com/Oyelaw/node-delivery-app.gitthen from your terminal navigate into the node-delivery-app folder and run the comman below
yarn run devthis will start the server on localhost 3000.
Open http://localhost:3000/ in the browser and you will see the welcome page.