Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hgwood/pathways-htmx
A sandbox app to experiment with HTMX, in preparation for a talk
https://github.com/hgwood/pathways-htmx
Last synced: 25 days ago
JSON representation
A sandbox app to experiment with HTMX, in preparation for a talk
- Host: GitHub
- URL: https://github.com/hgwood/pathways-htmx
- Owner: hgwood
- License: mit
- Created: 2024-05-29T14:29:00.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T14:43:22.000Z (5 months ago)
- Last Synced: 2024-05-30T04:43:27.201Z (5 months ago)
- Language: TypeScript
- Size: 528 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathways HTMX
A sandbox app to experiment with HTMX, in preparation for a talk. ⚠️ Lots of
dead code! ⚠️ App in French! ⚠️ Code partially in French!## Setup
- `npm install`
- `npm run db:push`
- `npm run db:seed`
- `npm run dev`
- `http://localhost:4500/v2/filieres/1`## What's the app about?
This very small app is about assigning professors to courses that are part of a
curriculum. The curriculum is presented as a tree of courses. Select a courses
to open details. Then you may add and remove professors from the courses, and
also adjust the number of hours each professor teaches for the course.