From '/CES/ces-api/' run the following:
composer update --no-scripts
npm install
php artisan serve --port=8000
DB is preseeded but if you wish to reseed it run:
php artisan db:seed
API defaults to run at http://localhost:8000
If the port or hostname needs to be changed edit the config file at /CES/ces-ui/config.json
From '/CES/ces-ui/' run the following:
npm install
npm start
CES API.postman_collection.json contains the API docs as well as use examples