This repository demonstrates a lightweight Julia application built using the Genie.jl framework, designed to run seamlessly in a development environment using Daytona or VS Code with Dev Containers.
- Install Daytona: Follow the Daytona installation guide.
- Create the Workspace:
daytona create https://github.com/daytonaio/sample-julia-genie
- Install Dependencies: Run the following command inside your workspace:
julia deps.jl
- Start the Application:
julia src/app.jl
🎉 Your application will be live at http://localhost:8000.
- Install Prerequisites:
- Install VS Code Extensions:
- Install the Remote - Containers extension.
- Reopen in Dev Container:
- Open this project folder in VS Code and reopen it in the dev container.
- Install Dependencies: Run the following command inside your workspace:
julia deps.jl
- Start the Application:
julia src/app.jl
- Powered by Genie.jl: A high-performance Julia framework for web development.
- Easy Development: Pre-configured dev container for a hassle-free setup.
- Seamless Deployment: Use Daytona to quickly spin up your project and manage environments.