https://github.com/igormcsouza/psychometric-assessment-app
Stateless Big Five assessment built with Next.js and Python, featuring scoring, charts, and AI Insights.
https://github.com/igormcsouza/psychometric-assessment-app
fastapi hr lambda next16 python stateless vercel
Last synced: 2 days ago
JSON representation
Stateless Big Five assessment built with Next.js and Python, featuring scoring, charts, and AI Insights.
- Host: GitHub
- URL: https://github.com/igormcsouza/psychometric-assessment-app
- Owner: igormcsouza
- Created: 2026-06-13T17:29:24.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2026-06-13T19:54:45.000Z (28 days ago)
- Last Synced: 2026-06-13T20:10:08.680Z (28 days ago)
- Topics: fastapi, hr, lambda, next16, python, stateless, vercel
- Language: TypeScript
- Homepage: https://psychometric-assessment-app.vercel.app
- Size: 118 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Psychometric Assessment App
## Run with Docker
```bash
docker compose up --build
```
Then open:
- Frontend: http://localhost:3033
- Backend: http://localhost:8033
## OpenAI insights
Create a root `.env` file from `.env.example` and add your `OPENAI_API_KEY` to enable AI-powered personality insights on the backend.