Study web application for an imaginery food delivery service.
- additions
- database.sql - Database dump
- items.sql - Sample food items
- international.sql - Sample i18n records
- SpringMvc
- Backend - Maven project of HTTP RESTful API
- Frontend - Maven project of Frontend web application
- Install JRE and JDK.
- Install Maven.
- Install Tomcat.
- Install PostgreSQL.
- Import database.sql to psql. It will clean the current database and fill with GoodFood DB.
- Import items.sql and international.sql to a PostgreSQL DB.
- jdbc.properties for Backend.
- Deploy Backend.
- BASE_URL_REST in Constant.java of Frontend.
- Deploy Frontend.