Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 823 Bytes

File metadata and controls

37 lines (30 loc) · 823 Bytes

NextJS Sample App

This is a simple sample app built with NextJS and Postgres.

Setup with Docker (recommended)

docker-compose up

Setup without Docker

  1. Install Postgres
  2. Install Node 16
  3. Install Yarn
  4. Install dependencies
yarn

Running the app

yarn dev

Resources

  • ✅ Searching the internet for answers (Stackoverflow, Google)
  • ❌ Github Copilot (please turn this off in your IDE)
  • ❌ Any AI based code generation tool

Assignment

Setup

  1. Run the sample application.
  2. You should see the pages/index.tsx page render with some example information.
  3. If you're unable to run the application, please reach out to us for help. Otherwise, you're all set for the test.

Requirements

  • Postgres
  • Node