Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/reelxi/chefnotes
- Owner: reelxi
- Created: 2024-09-06T09:55:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T22:45:41.000Z (5 months ago)
- Last Synced: 2024-09-30T23:20:51.422Z (4 months ago)
- Topics: angular, docker, ionic, nestjs, postgres
- Language: TypeScript
- Homepage:
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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