Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/platzi-master-c8/gethired-jobplacement-salaries-backend
🛰 Provides an API to calculate salaries in the technology sector. It allows a search by technology or by title. It also allows currency exchange in dollars to another currency💰
https://github.com/platzi-master-c8/gethired-jobplacement-salaries-backend
docker docker-compose fastapi python
Last synced: 27 days ago
JSON representation
🛰 Provides an API to calculate salaries in the technology sector. It allows a search by technology or by title. It also allows currency exchange in dollars to another currency💰
- Host: GitHub
- URL: https://github.com/platzi-master-c8/gethired-jobplacement-salaries-backend
- Owner: Platzi-Master-C8
- Created: 2021-11-27T19:10:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T02:44:50.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T05:47:09.050Z (almost 2 years ago)
- Topics: docker, docker-compose, fastapi, python
- Language: Python
- Homepage: https://143.198.62.170/
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to salaries backend.
### 🐳 Set up in docker.
1. You got to have docker and docker compose already installed in your computer.
2. Clone the project and go to the base project :).
3. Run docker-compose build.
4. Run docker-compose run --service-ports --rm app
5. It's working in localhost:8000### 🛠 Testsing.
1. Run 'Set up in docker' instructions.
2. Run pytest.### 🚀 Set up in production.
1. You got to have docker and docker compose already installed in your computer.
2. Clone the project and go to the base project :).
3. Run docker-compose build.
4. Run docker-compose up -d
5. It's working in localhost:80