Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

Latest commit

 

History

History

express-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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

MIT © Titus Wormer