https://github.com/modelizer/todo-demo
https://github.com/modelizer/todo-demo
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/modelizer/todo-demo
- Owner: Modelizer
- Created: 2021-05-23T23:40:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-23T23:48:32.000Z (over 4 years ago)
- Last Synced: 2025-02-17T21:18:38.081Z (11 months ago)
- Language: PHP
- Size: 697 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Todo List Demo
#### Technical notes:
- Inertia is used. Therefore, entire project is working as SPA.
- This project does not consist of Create, Update and Delete commands. As it was difficult to
visualise how such commands will be possible on Fake external API.
#### Installation setup.
- Git clone `git clone https://github.com/Modelizer/todo-demo.git`
- Make sure `.env` file is present.
- Run `composer install`
- Run `docker-compose sail up`