This repository contains code and materials for the CS-2230 course at UIT University.
- Python 3.6 or higher
- Docker
To run the code in this repository, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/minhct13/CS2230.git cd CS2230
-
Build the Docker container:
docker build -t CS2230 .
-
Run the Docker container:
docker run -it --rm -v $(pwd):/app CS2230
-
You should now be inside the Docker container's terminal. From here, you can run any of the code in the repository.
-
When you're done, exit the container by typing
exit
.
Here are some examples of how to use the code in this repository:
-
To run the main program:
python main.py
-
To run the tests:
python test.py
This repository is licensed under the MIT License. See the LICENSE
file for more information.