TodoList API And SPA

How to run

git clone git@github.com:falconsw/todolist-api-spa.git
cd todolist-api-spa

Symfony Installation:

cd todolist_api
composer install

server running:

symfony server:start

API URL

http://127.0.0.1:8000/api/doc

SPA URL

http://127.0.0.1:3000

React.js Installation:

cd todolist_spa
npm install && npm run start

Quality Gate Status

This Test Only for PHP API