Skip to content

Inozpavel/Purchase-controller

Repository files navigation

Backend Web API for RTUITLab

An implementation of https://github.com/RTUITLab/Recruit/blob/master/requirements/back/README.md

Status Master Develop
Build and test CI CI

Prerequisites for launching

Docker Desktop

Run system locally using Docker images

To run project open console in folder with docker-compose.yml file and run this commands

  1. Pull services images from Docker Hub
docker-compose pull
  1. Run services
docker-compose up -d

After starting API will be available on localhost:8000 and localhost:8001

Project Information

Architecture

Architecture

Project technologies stack

Main framework

ORM

Database

Message broker

Documentation

Testing

Packages