Skip to content

An Online Quiz Event held during Aavishkar 2.0 , The Tech Fest of NIT Durgapur

Notifications You must be signed in to change notification settings

JayjeetAtGithub/online-treasure-hunt

 
 

Repository files navigation

Online Treasure Hunt

This an online event conducted during Aavishkar 2.0 Fest organised by GNU/Linux User's Group , NIT Durgapur

Build Instructions :

  1. Clone the repository.
  2. Start a new virtualenv.
  3. Install the dependencies.
  4. Create a .env file.
  5. Create apps in Facebook and Google and then in the .env file write the env variables along with the corresponding values.
SECRET_KEY=abcd
SOCIAL_AUTH_FACEBOOK_KEY=1846346325670686
SOCIAL_AUTH_FACEBOOK_SECRET=5e6fbada3ddfbdc6a52e2091ec31d353
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY=4gd6d8644d
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET=7j9377f3f

  1. Complete the migrations.
  2. Create a superuser.
  3. Run the server.

Instructions :

$ git clone https://github.com/JayjeetAtGithub/online-treasure-hunt.git

$ virtualenv myenv

$ cd online-treasure-hunt

$ pip install -r requirements.txt

$ touch .env

$ python manage.py makemigrations 

$ python manage.py migrate

$ python manage.py createsuperuser

$ python manage.py runserver

About

An Online Quiz Event held during Aavishkar 2.0 , The Tech Fest of NIT Durgapur

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.9%
  • CSS 31.4%
  • HTML 22.8%
  • Python 9.9%