Skip to content

jasonsoooz/films-expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

films-expressjs (Express)

Example web application that displays list of films.

Express.js is a web framework for Node.js. This simple web app uses Express.js to serve up films on back end. For coding javascript on back end & front end.

Prerequisites

  • Node.js (V10 & above)
  • Express.js
  • Testing: Supertest, Mocha & Chai

Run the app:

npm start

Access the app:

# Load web page
http://localhost:8020
# Rest get request for list of films
http://localhost:8020/films

Test the app:

npm test

To do:

  • Add update functionality

About

Example web app using Express.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors