Skip to content

Setup Local API

André Kuhlmann edited this page Nov 4, 2021 · 1 revision

To run or develop the API locally you need to have NodeJS installed on your system.

  1. Download and install NodeJS from https://nodejs.org/en/
  2. Install the dependencies. By running npm install all required deps will be installed.
  3. Set the environment variables. You have to copy the example file by running cp .env.example .env.
  4. Start the server. npm run dev
Clone this wiki locally