This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
pflaenz.li-Symfony/README.md
2022-01-18 20:25:49 +01:00

29 lines
No EOL
738 B
Markdown

# plant-exchange
## Idea
A platform where people can exchange plants. They can post what they have and search for others with [filters](#filters).
## Tech stack
- [Symfony](https://symfony.com/)
- [MariaDB](https://www.mariadb.org)
## Admin dashboard
Find it under `/admin`
## Filters
### Implemented
- Distance between postal codes
### Ideas
:warning: This list is work in progress!
Searching with filters such as:
| Filter Name | Type | Input type |
|--------------|---------------|------------|
| Indoor only | `boolean` | checkbox |
| Name | `string` | textfield |
| Category | `Category` | dropdown |
## Development
To get started with development, see [DEVELOPMENT.md](DEVELOPMENT.md)