A simple web application for tracking and managing HPC experiments.
- Track experiments with titles, descriptions, and markdown content
- Organize experiments with tags
- Link to GitHub repositories
- Search and filter experiments
- Clean, modern web interface
- Backend: Django REST Framework
- Frontend: Vue 3 + Vite
- Database: PostgreSQL
- Deployment: Docker Compose
- Clone the repository:
git clone https://github.com/yourusername/hpcmlx.git
cd hpcmlx- Create a
.envfile from the example:
cp .env.example .env-
Edit
.envand fill in your configuration values. -
Start the application:
docker-compose up -dThe application will be available at http://localhost.
For development with hot-reload:
docker-compose -f docker-compose.yml -f docker-compose.dev.yml upFrontend dev server: http://localhost:3000
Backend API: http://localhost:8000
MIT License - see LICENSE file for details.