https://github.com/carnivuth/youcook
project for recipes management
https://github.com/carnivuth/youcook
angular docker-compose recipe recipe-app recipe-website
Last synced: 3 months ago
JSON representation
project for recipes management
- Host: GitHub
- URL: https://github.com/carnivuth/youcook
- Owner: carnivuth
- Created: 2022-11-21T11:22:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T14:43:22.000Z (over 2 years ago)
- Last Synced: 2025-06-03T02:08:07.410Z (about 1 year ago)
- Topics: angular, docker-compose, recipe, recipe-app, recipe-website
- Language: TypeScript
- Homepage:
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# YouCook
## project for recipes management
this is my thesis work for my degree in computer engineering at Alma Mater Studiorum University of Bologna
it's a single page web application built with Angular for recipes management
### Features and use cases
- recipe creation
- recipe management
### How to run on docker container
- run the [backend server](https://github.com/carnivuth/youcook-backend)
- clone repository
- run `docker compose -f docker-compose.yml up`
- application is running on port `8085`