Before anything be sure to have docker installed on your computer.
-
Step 1 : Clone this Repository.
-
Step 2 : In Root directory Copy/Paste .env.sample file to a .env file and change the three first variables (
POSTGRES_DB,POSTGRES_USER,POSTGRES_PASSWORD). -
Step 3 : Go into Backend Directory and Copy/Paste .env.sample file to a .env file. Be sure thet
USERNAME,PASSWORDandDATABASEmatches the env variables from root directory. -
Step 4 : Go Into Frontend Directory and Copy/Paste .env.sample file to a .env file. Be sure that the
BACKEND_URLvariable link use the samePORTas yourPORTvariable from backend directory. -
Step 5 : Run
Docker Compose UporDocker Compose Up --buildto launch your applications.