Skip to content

wilhelmcs/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Build your own http-server on Java

Topics

Resources

License

Stars

Watchers

Forks