Skip to content

This repo contains the project for the challenge in order to enter the golang bootcamp

License

Notifications You must be signed in to change notification settings

ramoseh/wizeline-challenge

Repository files navigation

wizeline-challenge

This repo contains the project for the challenge in order to enter the golang bootcamp

How to start

This project requires python 3.8 to run.

Install the dependencies and devDependencies and start the server.

$ pip install -r requirements.txt

Create a .env file and add a openweathermap api_key

API_KEY=<your-api-key>

Run next command to star server

$ uvicorn main:app --reload

To run in Docker

After you install the dependencies

$ docker-compose up --force-recreate --build -d
$ docker image prune -f

To test

After you install the dependencies

$ pytest

About

This repo contains the project for the challenge in order to enter the golang bootcamp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published