Webapp to collect students workload forms, Big5 and TKI personality tests in a centralized approach. Backend services use the cloud-service Firebase Firestore. User management uses Firebase Authenticator.
https://webapp-tfg.vercel.app/
Node.js v22.15.1 or greater
npm installnpm run devTo upload a feature to production environment, you just need to commit to the main branch. After that, the Vercel bot will automatically deploy the changes in the production environment.
git push origin main