Example web application that displays list of films.
Simple web app that uses Node.js to serve up films on back end. For coding javascript on back end & front end.
Using simple javascript on front end for now. Eventually replace with React.js, or write a similar React.js project.
- Node.js (V10 & above)
Run the app:
npm start
Access the app:
http://localhost:8010/films
- Add rest controller tests
- Add web page