A React starter project with Flask backend that works with Docker, Docker Compose, and Shipyard out of the box.
- React - JavaScript library for building user interfaces
- Material-UI - React components for faster and simpler web development
- Flask - lightweight WSGI web application framework
- Jinja + Bootstrap (from CDN)
- uWSGI - entrypoint
- Celery (with example heartbeat task configured) - distributed task queue
- Flask-SQLAlchemy - ORM toolkit
- LocalStack - fully functional local AWS cloud stack
- Docker & Docker Compose - to build and run the app
- Make - to easily run commands needed for development
- Run
make develop
at the root of this project. - Visit the app at http://localhost:3000.
- Visit http://localhost:8080/api/v1/files to list objects in LocalStack s3 bucket.
- Make your code changes! The app will reload whenever you save.