Skip to content

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

License

Notifications You must be signed in to change notification settings

nimishbongale/DSC-RIT_Recruitment_Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published