Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 831 Bytes

File metadata and controls

43 lines (27 loc) · 831 Bytes

http-server

Build your own http-server on Java

Compile

./gradlew clean build

Execution

./gradlew run --args='{PORT} {SERVER RESOURCES PATH} {MIME TYPES ALLOWED}'

For example

./gradlew run --args='80 /var/www src/main/resources/MIMETypes.csv'

Tests

./gradlew test

Design

Both the class diagram and sequence diagram were made using the SOLID principles


Original authors

  • Jeremy Madrigal @tocapb
  • Joseph Valenciano @JosephV27
  • Randall Zumbado @randox19
  • Randy Conejo @RandyCJ
  • Wilhelm Carstens @wolam