Installation and Running
You can either run InfluxDB locally or using Docker
Locally
- Pull the repo
- Install and run a local InfluxDB client
- cp env.local_example .env
- npm install
- npm start
Using Docker
- Pull the repo
- cp env.docker_example .env
- docker-compose up
(Check package.json for other builds)
Testing the Backend
- use curl or Postman to make requests
- visit http://localhost:3000/api/v1/docs to see the API documentation
To get used to the codebase, it might help to solve an issue with the “good first issue” label.