Skip to content

kramaranya/back-end_labs

Repository files navigation

Back-End Labs

  • Setting up a development environment.
  • RESTful API development.

Anna Kramar, group: IK-02

Tests on Postman:

Lab 1:

Lab 2:

Lab 3:

Heroku

Python

  1. set FLASK_APP = recipes
  2. flask run

Docker

  1. docker build --build-arg PORT=5000 . -t <image_name>:latest
  2. docker-compose build
  3. docker-compose up

Additional task

Task 2 - Private categories

The user can create private categories and then only the owner can post a note with this category.

Render