This is a Web Programming class project to practice our skills with:
- HTML
- CSS
- Git
- Maven
- Tomcat
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.