Webserver application to log weather readings
This project is my first web application focusing on backend using NodeJS and express.
Have fun looking at the shitty code.
- Start database with
docker compose up -d - Rename
.env_exampleto.envand make changes if necessary - Start application with
npm run start