Skip to content

joy-framework/example-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A quick example app that shows how to get started with joy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published