Factorial HR technical challenge

Screenshot of factorial challenge repo

Description

Chart application built on Next.js with SQLite connected through Prisma. Generated charts depend on Chart.js library.

Live demo

http://factorial-challenge-alberto.herokuapp.com/

Instructions

.env file is uploaded only to ease the configuration during evaluation and because it doesn't contain any sensitive information.

  • Development:
    • npm run dev
    • npx prisma generate (in case some model is changed or added in prisma/schema.prisma)
    • npx prisma studio (to add, modify and delete the db records easily)
  • Deployment: npm install && npm run build && npm run start

Docs and references from main dependencies: