This is an example app which uses the joy web framework
Check it out by following the steps below
- Make sure janet is installed
- Then make sure joy is installed:
jpm install joy
- Run the following commands in your terminal to begin
git clone https://github.com/joy-framework/example-todos
cd example-todos
mv .env.example .env
jpm deps
joy migrate
joy server
That last one should start a server on http://localhost:9001
and you can click around and create, view, update and delete todos!
Not super useful, but it shows off how a simple joy app works