Skip to content

Kalimaha/weather-station-manager

Repository files navigation

Build Status Coverage Status Hosted By

Weather Station Manager

Phoenix-based web-app that receives and stores data from the home-made weather station.

Development

This project uses Docker and Docker compose for development. To build the images, run:

docker-compose build

??? -> "mix deps.get"

The first time you will need to create the DB:

docker-compose run web mix ecto.create
docker-compose run web mix ecto.migrate

Then, to start the app:

docker-compose up web

You can now visit the homepage at http://localhost:4000.

Tests

To run tests, execute:

docker-compose run test mix test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published