Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 666 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 666 Bytes

Joy Todos Example

This is an example app which uses the joy web framework

Check it out by following the steps below

  1. Make sure janet is installed
  2. Then make sure joy is installed: jpm install joy
  3. 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