https://github.com/mddragnev/services-project
https://github.com/mddragnev/services-project
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mddragnev/services-project
- Owner: mddragnev
- Created: 2022-05-28T09:24:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T07:10:53.000Z (about 3 years ago)
- Last Synced: 2025-01-08T15:12:00.920Z (6 months ago)
- Language: TypeScript
- Size: 528 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This project combines 4 APIs
## In order to run it locally
1. Run the client
2. Run the nodejs middleware
3. Clone all of these repos and run them on your machine
* https://github.com/akyoseva/SocialPlatform - API for PostgreSQL database
* https://github.com/StanislavHinov/google-translate-soap-implementation - SOAP API for translating and detecting text
* https://github.com/stiliyanlyutov/google-translate-rest-implementation - REST API for translating text_NOTE: Please keep in mind that for the last two repos you need API key generated from [Translo](https://rapidapi.com/armangokka/api/translo/) and pasted in the code
in order for them to work._