Skip to content

kailinx-com/hpcmlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPCMLX

A simple web application for tracking and managing HPC experiments.

Features

  • Track experiments with titles, descriptions, and markdown content
  • Organize experiments with tags
  • Link to GitHub repositories
  • Search and filter experiments
  • Clean, modern web interface

Tech Stack

  • Backend: Django REST Framework
  • Frontend: Vue 3 + Vite
  • Database: PostgreSQL
  • Deployment: Docker Compose

Quick Start

  1. Clone the repository:
git clone https://github.com/yourusername/hpcmlx.git
cd hpcmlx
  1. Create a .env file from the example:
cp .env.example .env
  1. Edit .env and fill in your configuration values.

  2. Start the application:

docker-compose up -d

The application will be available at http://localhost.

Development

For development with hot-reload:

docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Frontend dev server: http://localhost:3000
Backend API: http://localhost:8000

License

MIT License - see LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published