To run the Todo web application:
- Rename
TodoApp/axio/example-axio-env.rktfile toTodoApp/axio/axio-env.rkt, and edit the appropriate values to match your environment. - Create a user in the database (see
maininTodoApp/models/user.rkt) cd TodoApp/racket todo-app.rkt 1
You will need to put a web server, such as nginx, in front of the web app to serve static files such as the .css files; otherwise, you will have no styling.