Skip to content

BaptisteGarcin/film-explorer-server-memory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory-backed Film Explorer Server Example

An in-memory server for the CS312 film-explorer without a persistence layer. The movie data was sourced from themoviedb.

Setup

Run npm install to install the dependencies.

Running

Launch the application server with npm run start. By default the application is available at http://localhost:3001.

Development

Linting with ESLint

The server is configured with the aggressive AirBnB ESLint rules. You can run the linter with npm run lint or npx eslint .. Thee rules were installed with:

npx install-peerdeps --dev eslint-config-airbnb-base

and .eslintrc.json configured with:

{
  "extends": "airbnb-base"
}

The linter can be run with npx eslint . (or via npm run lint). Include the --fix option to eslint to automatically fix many formatting errors.

About

Memory-based server for Film Explorer example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%