mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
feature roadmap added
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
93b5b2e8e2
commit
417cefdaf8
1 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,13 @@ The wish list webapp is a simple webapp for publishing wish lists. It allows to
|
||||||
|
|
||||||
The app can be easily self-hosted via Docker (see docker-compose example below).
|
The app can be easily self-hosted via Docker (see docker-compose example below).
|
||||||
|
|
||||||
|
## Feature Roadmap
|
||||||
|
|
||||||
|
- i18n support
|
||||||
|
- Administrate wishlists
|
||||||
|
- Grab title, description and image-url from url via open graph meta tags
|
||||||
|
- Login
|
||||||
|
- Image upload
|
||||||
|
|
||||||
## Docker Setup
|
## Docker Setup
|
||||||
|
|
||||||
|
@ -19,7 +26,6 @@ services:
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Development Setup
|
## Development Setup
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue