Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.22 KB

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.