Skip to content

tech-warriors-corporation/mechanize-accounts-api

Repository files navigation

mechanize-accounts-api

Microservice of Accounts for Mechanize (API).

About

  • Read the architecture project;
  • Database name is mechanize_accounts;
  • Prefix in routes should be /api/accounts.

Setup

Create a .env file with DB_ENV, DB_NAME, DB_USER, DB_PASSWORD, DB_HOST, DB_PORT, DB_NAME_REMOTE, DB_USER_REMOTE, DB_PASSWORD_REMOTE, DB_HOST_REMOTE, DB_PORT_REMOTE, CRYPTOCODE_PASSWORD and CLIENT_ID variables to work.

Installing

Use pip install -r requirements.txt to install dependencies.

Start

Run python -m app to start project.