- http://127.0.0.1:3001/api/chapters
- http://127.0.0.1:3001/api/chapters/:chapter_name
- http://127.0.0.1:3001/api/chapters/:chapter_name/:directory
- http://127.0.0.1:3001/api/chapters
- http://127.0.0.1:3001/api/chapters/template
- http://127.0.0.1:3001/api/chapters/template/users
chapters/ └── new_york ├── events └── users ├── brandon.json └── jeremy.json
To run the app locally, run
script/bootstrap
node root.js