Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tech-warriors-corporation/mechanize-accounts-api
Microservice of Accounts for Mechanize (API).
https://github.com/tech-warriors-corporation/mechanize-accounts-api
api api-composition decompose-by-subdomain flask jwt microservice mvc postgres python rest server sql
Last synced: 5 days ago
JSON representation
Microservice of Accounts for Mechanize (API).
- Host: GitHub
- URL: https://github.com/tech-warriors-corporation/mechanize-accounts-api
- Owner: tech-warriors-corporation
- License: cc0-1.0
- Created: 2023-02-28T23:21:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T18:39:38.000Z (about 1 year ago)
- Last Synced: 2023-10-08T19:46:45.638Z (about 1 year ago)
- Topics: api, api-composition, decompose-by-subdomain, flask, jwt, microservice, mvc, postgres, python, rest, server, sql
- Language: Python
- Homepage: https://mechanize-accounts-api.onrender.com/api/accounts
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mechanize-accounts-api
Microservice of Accounts for Mechanize (API).## About
- Read the [architecture](https://github.com/tech-warriors-corporation/mechanize-api#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.