This is a full-stack project of applying what I have learned and to build a Web Application.
Skills: HTML5, CSS, JavaScript, Bootstraps, jQuery, SQL(MySql), Apache Tomcat, JDBC, Maven
This is a simple version of movie website which it can search any movie and display it's information. The website is makeup of two parts - the login page and the main page.
The default username and password is "iamusername", "iampassword".
- Checkout your desire directory and clone this repository use this command
git clone https://github.com/xinkailin95/first-web-project.git - Create a database and tables use createtale.sql.
- Import datas use movie-data.sql or movie_data_light.sql (less data).
- open Eclipse -> File -> import -> under "Maven" -> "Existing Maven Projects" -> Click "Next". For "Root Directory", click "Browse" and select this repository's folder. Click "Finish".
- In
WebContent/META-INF/context.xml, make sure to change the username and password to your sql username and password. - Right click on the project and "Run As" -> "Run on Server".
- (Optional) Export project as WAR file and deploy to Tomcat, you can run this way as well.