Team CodeTech, Birla Vidya Niketan presents to you "R3DACTED-KNOW NO BOUNDS", an online cryptic hunt which was held from 00:00 22nd August powered by Servosys Solutions, Repl.it, Gen.xyz, Taskade and Slingshot. If you like challenges and are awaiting for a big one, we are here for you, head over to https://redacted.co.in/ to register yourself for 48hours of brain boggling questions. The leaderboard is frozen however you can still play the hunt. To view hints/solutions join https://teamcodetech.in/#community
In case you want to run a development server on your local machine, then follow the following steps. You'll require a MongoDB Atlas cluster to set it up locally.
Clone the repository
git clone https://github.com/BVNCodeTech/R3DACTED.git
cd R3DACTED
Be sure to have python >=3.6 installed in your machine and added to $PATH
for *nix and to environment variables
in Windows. Next create a virtual environment by installing and using virtualenv
pip install virtualenv
And then create a virtual environment
virtualenv subhogay
Finally, activate the env
source subhogay/bin/activate #For mac os and linux
subhogay\Scripts\activate #For Windows; use backslash
Use pip to install all the modules and libraries required for R3DACTED in the required.txt
pip install -r requirements.txt
Before running make sure that port 5000 is free or you can use any other port by passing the port number
in the run function. You can start the development server like so
python3 main.py # For nix
python main.py # For Windows
Pancham Agarwal | Aryan Sharma | Ashish Arora | Suyash Singh |
R3DACTED Logo by Shobhit Pandey