DSC-RIT_Recruitment_Test is a repo containing all the code that was used to conduct the DSC-RIT recruitment tests.
Use git or download zip.
git clone https://github.com/nimishbongale/dsctest.git
Make sure to have flask installed.
pip install Flask
Run the server with
python3 server.py
- http://127.0.0.1:5000/ - Home page
- http://127.0.0.1:5000/ml - ML Question paper
- http://127.0.0.1:5000/mobile - App Development Question paper
- http://127.0.0.1:5000/web - Web Development Question paper
The test can be run on a local lan network as well, wherein the URL to access these routes would become http://<<server_ip>>:5000/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.