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

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

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`