Make sure you have the following installed in your computer:
- docker
- docker compose
Navigate to the root repo folder and run:
$> yarn
Before firing up the containers run the command:
$> yarn build
or
$> yarn build:watch
for development mode.
From the root repository folder, run the command:
$> docker compose up -d
From the root repository folder, run the command:
$> docker logs spidertracks-api -f
From the root repository folder, run the command:
$> docker compose down
- Fix TS absolute path issue
- Add logger middleware
- Add Global error handler middleware
- Add Authentication & Authorisation
- Tests