This repository serves as a lesson template for a backend web development session, based on Express.js.
- To install this repository once cloned, run
npm installin the terminal. - Once installation is completed, run
npm run listento start the app usingnodemon. - This will allow you to continue editing and it will automatically reload the server when changes are detected.
The files are as follows:
This is the main file, which provides a number of endpoints. Each of these are solutions to challenges set in the class and vary in difficulty. As this is an entry level class, there should be something available here for all difficulty levels.
These are csv files that can be utilised by the /csv endpoint in app.js
This is a basic webapp demonstration for one of the challenges, which uses a <script> block in which to fetch data from an API and render it to the page