Repository files navigation SC2006-Lab-Software-Engineering
How to access: MealMate > src > main > resources
Subfolders:
Static folder: CSS, JS and image folders are stored here
Templates folder: all the HTML files are stored here
Fragments folder: contain reusable parts of the code / templates used
How to access: MealMate > src > java/code/codecrafters/MealMate
Subfolders:
Config: Interfaces between frontend and backend files
Controller: Java code for all controllers
enums: Java code for enum types
Model: Java code for all entities
repository: Connects to MongoDB
services: Not in use at the moment
Build Project (Build > Build Project)
Run MealMateApplication.java and wait for the following messages to appear:
Tomcat started on port(s): 8080 (http) with context path ''
Started MealMateApplication in ... seconds (JVM running for ...)
Open localhost:8080 on browser to open MealMate's web application
You can’t perform that action at this time.