transcendence is a project in the 42 intra #Enjoy
To run transcendence project you should first have the environments variable and the volume for the the database container
the path should be on your Desktop three folder is
in the env_files folder there is three hidden files each file contains environment variables
DATABASE_URL=""
SECRET_JWT_TOKEN=""
ENCRYPT_SECRET=""
ALGORITHM_ENCRYPT="aes-256-ctr"
SALT_ENCRYPT=""
PATH_AVATAR_USERS="/avatar_users_images/"
INTRA_GRANT_TYPE="authorization_code"
INTRA_CLIENT_ID="provided by the Intra 42"
IP="IP address of your machine"
INTRA_CLIENT_SECRET="provided by the Intra 42"
INTRA_REDIRECT_URI="/auth/42/callback/"
PATH_QR_CODES="/qrcodes_users/"
PORT_BACK_END="3333"
REACT_APP_PUBLIC_IP="IP address of your machine"
REACT_APP_BACK_END_PORT="3333"
REACT_APP_PUBLIC_URL="front-end/public/"
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="123"
POSTGRES_DB="nest"
make
make will run the docker compose
make clean
make fclean