https://github.com/tech-warriors-corporation/mechanize-helps-api
Microservice of Helps for Mechanize (API).
https://github.com/tech-warriors-corporation/mechanize-helps-api
api api-composition decompose-by-subdomain flask jwt microservice mvc postgres python rest server sql
Last synced: 3 months ago
JSON representation
Microservice of Helps for Mechanize (API).
- Host: GitHub
- URL: https://github.com/tech-warriors-corporation/mechanize-helps-api
- Owner: tech-warriors-corporation
- License: cc0-1.0
- Created: 2023-03-01T00:04:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T23:47:53.000Z (almost 3 years ago)
- Last Synced: 2025-08-27T11:18:19.945Z (11 months ago)
- Topics: api, api-composition, decompose-by-subdomain, flask, jwt, microservice, mvc, postgres, python, rest, server, sql
- Language: Python
- Homepage: https://mechanize-helps-api.onrender.com/api/helps
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mechanize-helps-api
Microservice of Helps for Mechanize (API).
## About
- Read the [architecture](https://github.com/tech-warriors-corporation/mechanize-api#architecture) project;
- Database name is _mechanize_helps_;
- Prefix in routes should be **/api/helps**.
## 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`, `CLIENT_ID`, `ACCOUNTS_API_URL`, `NOMINATIM_API_URL` and `GOOGLE_MAPS_URL` variables to work.
## Installing
Use `pip install -r requirements.txt` to install dependencies.
## Start
Run `python -m app` to start project.