Update readme
This commit is contained in:
parent
61b861b510
commit
34e5132c3d
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,11 +1,14 @@
|
||||||
# plant-exchange
|
# Pflänz.li
|
||||||
|
|
||||||
## Idea
|
## Idea
|
||||||
A platform where people can exchange plants. They can post what they have and search for others with [filters](#filters).
|
A platform where people can trade their plants. You can post what you have and search for others with [filters](#filters). The aim is to make it easier to trade plants and collect as few data as possible. Only the email/username and a postal code is required.
|
||||||
|
|
||||||
## Tech stack
|
## Tech stack
|
||||||
- [Symfony](https://symfony.com/)
|
- [Symfony](https://symfony.com/)
|
||||||
- [MariaDB](https://www.mariadb.org)
|
- [MariaDB](https://www.mariadb.org)
|
||||||
|
- [Deployer](https://deployer.org)
|
||||||
|
|
||||||
|
Can easily be depoyed to a LAMP server
|
||||||
|
|
||||||
## Admin dashboard
|
## Admin dashboard
|
||||||
Find it under `/admin`
|
Find it under `/admin`
|
||||||
|
@ -14,8 +17,11 @@ Find it under `/admin`
|
||||||
|
|
||||||
### Implemented
|
### Implemented
|
||||||
- Distance between postal codes
|
- Distance between postal codes
|
||||||
|
- Search within title
|
||||||
|
|
||||||
### Ideas
|
### Ideas
|
||||||
|
It would be nice to have categories somehow, but it would be hard to make it comprehensive.
|
||||||
|
|
||||||
:warning: This list is work in progress!
|
:warning: This list is work in progress!
|
||||||
|
|
||||||
Searching with filters such as:
|
Searching with filters such as:
|
||||||
|
|
Reference in a new issue