A basic fitness tracker.
This project is intended to be developed in a devcontainer. The main configuration can be found in the .devcontainer
folder.
After the first startup execute the task Setup: All
to install all required npm dependencies.
The Backend can be started with the task All: Dev
. This starts all microservices including the gateway with hot-reload enabled.
The Frontend can be started with the task Frontend: Expo
. This task starts the Expo Development Server.
Nest is MIT licensed.