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.!!!
- Clone the repository:
git clone https://github.com/diyani22/SEPP-Project.git
- Navigate to the project directory:
cd SEPP-Project
- Install dependencies:
npm install
- Run the project:
npm start
- Docker pull:
docker pull --platform linux/arm64 dlevyan/recipe-app Ensure inplace of "linux/arm64" you use your architecture.
- Docker run:
docker run -d -p 8081:8081 dlevyan/recipe-app
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.
- [Diya] (https://github.com/diyani22)
- [Diana] (https://github.com/dlevyan)
- [Besnik] (https://github.com/besnikio)