Skip to content

bounswe/bounswe2024group9

Repository files navigation

Welcome to CMPE451 Group 9's Project Repository

💭 Hi! This is Group9 of Cmpe451. We are passionate computer engineer students gathered to create a sustainable working environment for complete project design of our future products. You can visit our Wiki web page to get to know us!

🚀 Who are we, the Group 9?

Ceylin

Mustafa

Kristina

Emin

Eray

Halil

Serhan

Damla

How to run the project?

  1. Clone the repository to your local machine.
  2. git clone https://github.com/bounswe/bounswe2024group9.git
    cd bounswe2024group9
  3. Create a .env file in the outermost scope and add the following keys.
  4. AWS_DEFAULT_PASSWORD=XXXXXXXXXX
    AWS_DEFAULT_HOST=XXXXXXXXXX
    AWS_ANNOTATIONS_PASSWORD=XXXXXXXXXX
    AWS_ANNOTATIONS_HOST=XXXXXXXXXX
    DJANGO_SECRET_KEY=XXXXXXXXXX
    JUDGE0_API_KEY_POOL=XXXXXXXXXX
    REACT_APP_API_URL=XXXXXXXXXX
    REACT_APP_FRONTEND_URL=XXXXXXXXXX
    EMAIL_HOST_USER=XXXXXXXXXX
    EMAIL_HOST_PASSWORD=XXXXXXXXXX
    GEMINI_AI_KEY_POOL=XXXXXXXXXX
    
  5. Run the following command to run Docker image
    docker compose up

Hooray! You can now enjoy our project! 🎉