Skip to content

RomainDreidemy/MT4-challenge-api

Repository files navigation

MT4 - Challenge

Development

Installation

Environment variables

cp .env.example .env

Start the containers

docker-compose -f docker-compose.dev.yml up -d

Run the api

First go into your api container docker exec -it api_challenge bash.
Install the dependencies npm install and run npm run api

Reset the database

Remove the database container

docker-compose -f docker-compose.dev.yml stop database
docker-compose -f docker-compose.dev.yml rm --force database

Remove the database volume folder

rm -rf ./database/dbms-data

Restart the database container

docker-compose -f docker-compose.dev.yml up -d database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published