bounswe / 2021SpringGroup9

This is the project repository for Group 9 of the Project Development in Software Engineering course at Bogazici University. We will plan and develop a software project throughout the semester.
3 stars 1 forks source link

The app is now deployable using docker-compose up with a .env file. #589

Closed mecolak closed 2 years ago

mecolak commented 2 years ago

The app is now deployable using docker-compose up with a .env file

You first should have a configuration file named .env(on the /postory/frontend directory)that has the necessary lines: REACT_APP_GOOGLE_API_KEY=(Your google maps javascript api key.) REACT_APP_BACKEND_API=(Ip of the backend. Example: 3.67.83.253)

Then you can run the command to run the application:

docker-compose up