Skip to content

HE-Arc/Mind-vs-Wild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

181 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mind-vs-Wild

Follow these steps to run the project :

  1. Clone the repository
  2. Go to the api folder
    cd api
  3. Copy the .env-lan-example file to .env.lan
    cp .env-lan-example .env.lan
  4. Generate a secret key
    python -c "from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())"
  5. In the .env.lan file, set the SECRET_KEY variable to the generated secret key (prefix it with django-insecure- if used for development)
    SECRET_KEY=django-insecure-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  6. In the .env.lan file, add your local IP address to the indicated variables, also replace any other IP address that is not the loopback address
  7. Go to the frontend folder
    cd ../frontend
  8. Copy the .env-lan-example file to .env.lan
    cp .env-lan-example .env.lan
  9. In the .env.lan file, add your local IP address to the indicated variables, also replace any other IP address that is not the loopback address
  10. Go back to the root folder
    cd ..
  11. Run the Docker containers
    docker-compose up -d --build

About

Mind-vs-Wild is a quiz web application with a twist. Challenge your friends in a battle royale of wits, get ready and dive into the jungle of knowledge

Resources

Stars

0 stars

Watchers

2 watching

Forks

Contributors