Skip to content

UNC-2017-GRP2/GoodFood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

GoodFood

Study web application for an imaginery food delivery service.

Directory tree

  • 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

Development and Usage

  1. Install JRE and JDK.
  2. Install Maven.
  3. Install Tomcat.
  4. Install PostgreSQL.
  5. Import database.sql to psql. It will clean the current database and fill with GoodFood DB.
  6. Import items.sql and international.sql to a PostgreSQL DB.
  7. jdbc.properties for Backend.
  8. Deploy Backend.
  9. BASE_URL_REST in Constant.java of Frontend.
  10. Deploy Frontend.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published