Build your own http-server on Java
./gradlew clean build
./gradlew run --args='{PORT} {SERVER RESOURCES PATH} {MIME TYPES ALLOWED}'
For example
./gradlew run --args='80 /var/www src/main/resources/MIMETypes.csv'
./gradlew test
Both the class diagram and sequence diagram were made using the SOLID principles
- Jeremy Madrigal @tocapb
- Joseph Valenciano @JosephV27
- Randall Zumbado @randox19
- Randy Conejo @RandyCJ
- Wilhelm Carstens @wolam