be-course-18-19

Express Server

A simple but useful express example showing how to create routes, not found pages, serve static files, render data in templates, post data with forms, upload images, and delete things with an XHR (or Fetch).

Install

npm:

git clone git@github.com:cmda-be/course-17-18.git
cd course-17-18/examples/express-server
npm install
npm start

Changes

The following commits show how this example was created:

License

MITTitus Wormer