MartinAAcebeyL / MainService

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MainService

This is the main service for the project. It is a RESTful service to manage the products and categories.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have installed:

  • Python 3.9
  • pip
  • virtualenv
  • PostgreSQL
  • Docker
  • Docker-compose
  • rabbitmq

Installing

  1. First, you need to clone the repository:

    git clone

  2. Then, you need to create a virtual environment:

    python -m venv venv

  3. Activate the virtual environment:

    source venv/bin/activate

  4. Run

    Docker-compose build

  5. Run

    Docker-compose up

About


Languages

Language:Python 97.0%Language:Dockerfile 3.0%