/biography

Simple Static Webpage to a Web Programming class assignment

Primary LanguageShell

Biography Web Page Application

Practice PW Homework Maven


This is a Web Programming class project to practice our skills with:

  • HTML
  • CSS
  • Git
  • Maven
  • Tomcat

How to Run

First, clone the repository:

git clone https://github.com/akwaryo/biography.git

Then you can run with Tomcat, just type in the terminal, inside the project folder:

mvnw org.apache.tomcat.maven:tomcat7-maven-plugin:run

Open any browser and type:

http://localhost:8080/biography

And Done! Now you can access the project.