An open API service indexing awesome lists of open source software.

https://github.com/modelizer/todo-demo


https://github.com/modelizer/todo-demo

Last synced: 9 months ago
JSON representation

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`