An API for receiving data from a Tempradar sensor set and storing that data for later querying by clients.
View image on Docker Hub
- Clone the repository
- Start the image using Docker Compose
docker compose -f docker-compose.yml -f docker-compose.dev.yml -p tempradar-sensor up --remove-orphans -d --build
Note: This command starts the application in development mode. If you want to run in production, omit loading
docker-compose.dev.yml
Note: This command will run the application in detached mode.
- Clone the repository
- Copy the
.env.example
file to.env
and fill in your environment variables - Install dependencies using
npm install
- Start Nest's development server using
npm run start
- irealworlds/tempradar-webapp - The Tempradar web application, built in Angular.
- irealworlds/tempradar-api - The .NET WebApi powering the Tempradar web app.
- irealworlds/tempradar-sensor - Code powering Tempradar Arduino sensor sets.
This project is MIT licensed.