Skip to content

Simple file upload application for adding files with validation

License

Notifications You must be signed in to change notification settings

Ziumper/File-Upload

Repository files navigation

File Upload

Getting Started

Based on official symfony docker env. Check symfony/docker if more info is needed.

  1. If not already done, install Docker Compose (v2.10+)
  2. Run docker compose build --no-cache to build fresh images
  3. Run docker compose up --pull always -d --wait to start the project
  4. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  5. Run docker compose down --remove-orphans to stop the Docker containers.

Features

  • Upload images up to 2MB
  • Basic auth on list
  • Unit tests
  • Form Validation

Credentials for list view

Login: Bob
Password: HireMe

Enjoy!

About

Simple file upload application for adding files with validation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published