This is a simple sample app built with NextJS and Postgres.
docker-compose up
- Install Postgres
- Install Node 16
- Install Yarn
- Install dependencies
yarn
yarn dev
- ✅ Searching the internet for answers (Stackoverflow, Google)
- ❌ Github Copilot (please turn this off in your IDE)
- ❌ Any AI based code generation tool
- Run the sample application.
- You should see the
pages/index.tsx
page render with some example information. - If you're unable to run the application, please reach out to us for help. Otherwise, you're all set for the test.
- Postgres
- Node