This is a recipe app built in Laravel and React.
- Laravel backend with a REST-based api
- A Docker based development environment (with
php artisan serve
) - JWT based authentication
- Continious integration with Circle CI
- Frontend built using Create-React-App with Typescript, React, Formik, Axios and Redux/Rematch
- Component preview using storybook
- Frontend tests with Jest
- Based on my laravel-docker-scaffold boilerplate
- Error tracking with Sentry
- File storage using AWS S3
- A OCR reading service using my serverless-ocr-scanner
cd frontend
npm install
npm run build
cd -
- Copy laravel config:
cp src/.env.example src/.env
- Run
docker-compose up
- Now open localhost:8000
- Done!
- cd frontend
- npm run storybook
- Docs can be found here
- How to generate new docs:
php artisan apidoc:generate
MIT