Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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💰

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