pflaenz.li-Symfony/README.md

29 lines
738 B
Markdown
Raw Normal View History

2021-05-02 15:24:27 +02:00
# 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/)
2022-01-11 22:42:01 +01:00
- [MariaDB](https://www.mariadb.org)
2021-05-02 15:24:27 +02:00
## Admin dashboard
Find it under `/admin`
## Filters
2022-01-18 20:25:49 +01:00
### Implemented
- Distance between postal codes
### Ideas
2021-05-02 15:24:27 +02:00
: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 |
2022-01-18 20:25:49 +01:00
## Development
To get started with development, see [DEVELOPMENT.md](DEVELOPMENT.md)