Skip to content

odysseyiitr/website-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odyssey Website 2022

Setup

Kindly follow the following steps to setup,

  1. Clone the repository
git clone [email protected]:odysseyiitr/website-2022.git
  1. Change directory to frontend in odyssey
cd website-2022/frontend/
  1. Create a file .env.local from .env.local.example and fill in the values

  2. Change directory to backend in the directory backend in odyssey

cd ../backend/backend
  1. Create a file secrets.py from secrets.py.example and fill in the values

  2. Go to the root directory of odyssey and start the docker containers

cd ../..
docker-compose up --build -d
  1. Go to localhost:8000/admin on a browser and login with the following credentials
username: admin
password: admin
  1. Click on Social applications (in the bottom left). Click on add in front of it. Fill the following details
Select provider as GitHub
Fill any name of your choice
Add Client id (same as added in .env.local in step 3)
Add Secret key (same as added in .env.local in step 3)
  1. Then click on example.com and click on the right shift arrow, this will be changed during production. Save and exit.

  2. Go to localhost:3000 in a browser and login with your GitHub account.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published