Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview Starter

A minimal Express app for a short full-stack exercise.

Setup

npm install
npm start

Then open http://localhost:3000.

  • server.js — the web server. Your API work goes here.
  • data/movies.json — the dataset (20 movies: id, title, year, genre, rating).
  • public/index.html — the page served at /. Your frontend work goes here.

Prefer a different stack (Rails, Python, etc.)? That's fine — bring your own minimal server, use data/movies.json as the dataset, and serve any HTML page. The exercise is the same.

Requires Node 18+.

About

Starter skeleton for a short full-stack interview exercise

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages