Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

retrievermedia/full-stack-dev-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

# Terminal 1: Start backend
cd server
npm install
node index.js

# Terminal 2: Start frontend
cd client
npm install
npm run dev

Open http://localhost:5173

Requirements:

  1. Make npm run test pass (there is a test that you need to complete based on it's title).
  2. Write a short 'summary.txt' explaining what you did.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors