Skip to content

mikef80/backend-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Lesson

This repository serves as a lesson template for a backend web development session, based on Express.js.

Installation

  • To install this repository once cloned, run npm install in the terminal.
  • Once installation is completed, run npm run listen to start the app using nodemon.
  • This will allow you to continue editing and it will automatically reload the server when changes are detected.



The files are as follows:

app.js

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.

data.csv and data2.csv

These are csv files that can be utilised by the /csv endpoint in app.js

webapp.html

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors