This repository includes the source code of the official deine-Landschaft public API.
The public api delivers the locations for deine-Landschaft as middleware from the backend.
For this project you need to install these components:
- Rename the
.env.example
to.env
- Please setup the global variables in the
.env
file.
npm install
to install all npm components which needed.
npm run dev
to run the development server.
On Windows
npm run dev-windows
to run the development server.
This project use the GNU GPLv3. You can read it here