Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reelxi/chefnotes

recipe application (for my wife + learn new stuff)
https://github.com/reelxi/chefnotes

angular docker ionic nestjs postgres

Last synced: 4 months ago
JSON representation

recipe application (for my wife + learn new stuff)

Awesome Lists containing this project

README

        

# tbh basicly a playground for myself

wanted to build a recipe application for my wife.
on that behalf also wanted to learn new stuff.

## techstack
- [ionic](https://github.com/ionic-team/ionic-framework?tab=readme-ov-file#--ionic), to bring the app to android and ios (new)
- [angular](https://github.com/angular/angular?tab=readme-ov-file#angular---the-modern-web-developers-platform), to build the frontend application
- [nestjs](https://github.com/nestjs/nest?tab=readme-ov-file#description), to build the backend application (new)
- [postgres](https://github.com/postgres/postgres?tab=readme-ov-file#postgresql-database-management-system) {already dockerized}, to store all the delicious recipes of my beautiful wife
- [docker](https://github.com/docker-library), to containerize the whole application