The store is the platform where you can use your well earned coolcoins to buy certain events. The store items do not have any material value they represent activities or events that enhance the Codecool experience. The store offers two type of items basic and extra (magic). Basic items are meant for individual buyers while extra items are designed to be purchased by a group of students. Assortment and prices can be changed at the beggining of week, depending on demand and supply.
After download the project please process these steps:
- Create the new database in your PostgreSQL:
CREATE DATABASE queststore;
- Check correct data in database.properties file in resources directory.
- Run script "create_db.sql" from resources directory.
- Run script "insert_data_into_db.sql" from resources directory.
- You can run main method from Main.java file for test your environment. If everything is OK, you should view all classes entities in database.
- Now you can run app by mvn:
mvn jetty:run
Main page:
Login Page:
Actual branch for attach the back-end layer to the front-end layer.
Actual branch for front-end.
Branch is used for try eliminate multiply CSS files.
Divide header and footer section to another files and include they for jsp include.
Project is: finite.
This project was built to learn Java EE and JSP. These purposes were fulfilled, and the project has been completed.