A simple todo app built with GenieFramework.
The app uses Genie's low-code features to create a simple but complete todo app.
-
Clone the repository
-
Change to the project directory
-
Install the dependencies
pkg> activate .
pkg> instantiate
- Start the app
julia --project genietodo.jl
- Open your browser and navigate to
http://localhost:8000