- Setting up a development environment.
- RESTful API development.
Anna Kramar, group: IK-02
Lab 1:
Lab 2:
Lab 3:
set FLASK_APP = recipes
flask run
docker build --build-arg PORT=5000 . -t <image_name>:latest
docker-compose build
docker-compose up
Task 2 - Private categories
The user can create private categories and then only the owner can post a note with this category.