29 lines
No EOL
738 B
Markdown
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) |