Skip to content

eleonorbergqvist/receptplaneraren

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

Receptplaneraren

This is a recipe app built in Laravel and React.

Features

  • 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

Installing

  • 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!

References

Storybook

  • cd frontend
  • npm run storybook

Api Documentation

  • Docs can be found here
  • How to generate new docs: php artisan apidoc:generate

License

MIT

About

This is a recipe app built in Laravel and React/Redux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published