/weather-api

An API to calculate the best weather conditions for your tasks.

Primary LanguageTypeScriptMIT LicenseMIT

weather-api

An API to calculate the best weather conditions for your tasks.

Getting Started

mongodb is required for the database

First, install the dependencies:

yarn

Do the tests:

yarn test

Run the application:

yarn start

Running the application with docker

if using docker, set the database host to config/default.json

docker-compose up -d