Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 374 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 374 Bytes

Arcane_Project

Description

The git repo contains tow implementation version of the app:

  1. On main branch: basic implementation
  2. On version-with-the-user-control branch: updated implementation with user access control

Usage

Run the app:

  • flask run

Run the app as docker continer:

  1. docker-compose build
  2. docker-compose up