Skip to content

try-keep/setup-challenge-nextjs

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%