Merge pull request #144 from IT4Change/describe-dreammall

feat(content): describe dreammall
This commit is contained in:
Hannes Heine 2024-03-07 12:08:53 +01:00 committed by GitHub
commit fd15e2d4e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions

View File

@ -44,6 +44,10 @@ export default hopeTheme({
text: 'Gradido Software', text: 'Gradido Software',
link: '/projects/gradido' link: '/projects/gradido'
}, },
{
text: 'DreamMall.earth',
link: '/projects/dreammall'
},
// { link: '/extras/contributing', text: 'Contributing ✨' }, // { link: '/extras/contributing', text: 'Contributing ✨' },
// { link: '/extras/license', text: 'License 📚' }, // { link: '/extras/license', text: 'License 📚' },
] ]

View File

@ -19,7 +19,7 @@ In the following we list some projects we are proud of:
- sender.fm <!-- [sender.fm](./projects/sender.fm.md) --> - sender.fm <!-- [sender.fm](./projects/sender.fm.md) -->
- Yunite.me <!--[Yunite.me](./projects/yunite.me.md) --> - Yunite.me <!--[Yunite.me](./projects/yunite.me.md) -->
- [Gradido](./projects/gradido.md) - [Gradido](./projects/gradido.md)
- DreamMall <!-- [DreamMall](./projects/dreammall.md) --> - [DreamMall](./projects/dreammall.md)
## Members and collaborators ## Members and collaborators

View File

@ -0,0 +1,10 @@
# DreamMall.earth
## Describe
DreamMall is an application to connect people and companies, to give them the possibility to create their ideas.
## Techstack
The frontend is written with the technologies nodejs, vue, vike, vuetify.
The backend is set up on nodejs, apollo, graphql, prisma.