To get a local copy up and running follow these simple example steps.
List things you need to use the API and how to install them.
- docker
docker ^20.10
- npm
npm install
- Execute the next command
make setup
make install
- Enter environment var in
.envENVIRONMENT=dev
Run the API in development mode
- Execute the next command
make dev
Distributed under the MIT License. See LICENSE for more information.