
@louis77 yes, I’m using Racket full time for web dev - mostly complete web apps, but I also provide API’s to 3rd parties and consume 3rd party APIs

@louis77 you may be interested in the simple ToDo app I wrote for my RacketCon talk: https://github.com/lojic/RacketCon2020/tree/master/TodoApp

I’ve tried to run it:
% racket router.rkt
open-input-file: cannot open module file
module path: /Users/louis/git/RacketCon2020/TodoApp/axio/axio-env.rkt
path: /Users/louis/git/RacketCon2020/TodoApp/axio/axio-env.rkt
system error: no such file or directory; rkt_err=3

Is there something special to get it running?

@louis77 sorry, just noticed your message. You need to rename TodoApp/axio/example-axio-env.rkt to axio-env.rkt and edit it to have values appropriate for your environment.

It’s also not clear that you run: racket todo-app.rkt

I really need to add a README.md to that repo !

The example axio-env file is setup to listen on port 5000. I typically put nginx
in front of the app to serve static files.

You might be able to fast forward my talk to get to relevant slides that may help: https://www.youtube.com/watch?t=479&v=bIi-tUzOwdw&feature=youtu.be