Skip to content

A simple app to connect to API and render the data in the front-end.

Notifications You must be signed in to change notification settings

dantegituser/movie-fan-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie App - connect to API

Description

Classic basic app, connects to an API to render the data in the template to the user.
In this case connecting to a movie API/database that provides movie data, such as title, description, image.
Allows to search for a title or actor.

Features

Uses express to create and run a basic server.
ejs as view engine to display HTML/CSS.
http-errors to display the query errors in a better format.
request to process the call to the endpoints.
morgan to help debugging the calls to the API

Screenshots

Homepage

Detailed movie view

Search functionality

How to install and run the app

Download the code, and run npm install
Open the command line console in the app root folder
to launch it run nodemon

About

A simple app to connect to API and render the data in the front-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published