Skip to content

diyani22/SEPP-Project

Repository files navigation

SEPP-Project

SSH - Recipe Suggestion Feature

This is a prototype for the recipe suggestion feature for the Student Smart Homes organisation as part of assignment 2 for the Softare Engineering and Professional Practice module.!!!

Setup and Installation

  1. Clone the repository:
    git clone https://github.com/diyani22/SEPP-Project.git
  2. Navigate to the project directory:
    cd SEPP-Project
  3. Install dependencies:
    npm install
  4. Run the project:
    npm start
  5. Docker pull:
    docker pull --platform linux/arm64 dlevyan/recipe-app
    
    Ensure inplace of "linux/arm64" you use your architecture.
  6. Docker run:
    docker run -d -p 8081:8081 dlevyan/recipe-app

Contributing

To contribute to this repository, create a new branch (naming the branch on the feature being worked on/added), commit your changes and push to your branch. Finally, create a pull request. When creating a pull request, assign one or more team members to review the code.

Team Members

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published