Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 348 Bytes

Oak

Main project for the Internet Engineering course offered at the University of Tehran.

Description

How to Start

In order to run the project using docker use the following commands via the cli:

# Build the image
sudo docker build -t oak-back .

# Run the image
sudo docker run -p 8080:8080 --network=host oak-back

Features