Getting Started¶
CV Manager is a web application that runs on your own server (via Docker). It gives you two interfaces:
- Admin (default port 3000) — where you build and manage your CV
- Public (default port 3001) — a read-only version you can share with recruiters, employers, or anyone
Your data is stored locally in a SQLite database. Nothing is sent to external servers.
Next Steps¶
- Installation — Deploy CV Manager using Docker Compose, Docker Hub, or Unraid
- First Steps — Set up your CV after installation