A PoC to demonstrate the integration of React and Elixir with Phoenix Framework in a monolith codebase using IntertiaJS. The project is a simple todo list app using SQLlite for persistance.
- Node.js
- Elixir
- Phoenix framework
- clone the repo
- install the frontend dependencies
$ cd assets
$ npm ci
$ cd ..
- install the backend dependencies
$ mix setup
- run the project
$ mix phx.server
the application will be available at http://localhost:4000
I've created the project following a ChatGPT "guide" since I'm not proficient in Elixir, and did some tweaks where needed.
The prompt is available here.