/DSC-RIT_Recruitment_Test

This is the code developed in order to carry out the DSC-RIT recruitment tests 2020.

Primary LanguageHTMLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

DSC-RIT_Recruitment_Test

DSC-RIT_Recruitment_Test is a repo containing all the code that was used to conduct the DSC-RIT recruitment tests.

Run on Repl.it

Installation

Use git or download zip.

git clone https://github.com/nimishbongale/dsctest.git

Make sure to have flask installed.

pip install Flask

Usage

Run the server with

python3 server.py

Routes

  1. http://127.0.0.1:5000/ - Home page
  2. http://127.0.0.1:5000/ml - ML Question paper
  3. http://127.0.0.1:5000/mobile - App Development Question paper
  4. 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/

Contributing

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.