Skip to content

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 [email protected]: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