/WebSys

This repository contains the project work associated with an Advanced Web Development undertaken in my final year at the University of Huddersfield. A simple Spring boot app which can be used as a social recipe book style system. It allows users to sign up and post recipes, while allowing other users to comment and favourite the recipes they like. Very early stages of my MVC Skill development.

Primary LanguageJava

****** READ ME ******

The Recipe Book project has been built with Maven and Spring MVC in Intellij IDEA.

To run navigate to the project folder in the command line:

    1. Install dependencies.
        -mvn install

    2. Package
        -mvn package

    3. Compile
        -mvn compile

    4. Deploy WAR file on Tomcat Server.