Skip to content

waelmb/Results-Caching-System

 
 

Repository files navigation

CS410 Course Project: Results Caching System

Installing the requirements

  1. Make sure that you have Python 3.9 or above by running the following in the command line: python --version
  2. Clone/download the repository to your local machine
  3. Using the command line, go to the main directory: cd YOURPATH\Results-Caching-System\code
  4. Create a python virual environment: python -m venv venv
  5. Activate the virtual environment: ./venv\Scripts\activate
  6. Install the required depedencies: pip install -r requirements.txt
  7. Create a copy of .env.example and rename it to .env. Then, update the credentials.

Note: these instructions are on windows 10 machines. It should be similar on other systems as well.

Running the code

  1. Using the command line, go to the main directory: cd YOURPATH\Results-Caching-System\code
  2. Activate the virtual environment: ./venv\Scripts\activate
  3. To run the microservice: python microservice.py
  4. Similarly, to run other individual python files: python FILENAME.py

Video Link

https://mediaspace.illinois.edu/media/t/1_o7rbzoix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%