Foodcraft is a web application for everything recipes. User's can login and get recipe recommendations based on inputted ingredients, save recipes to their own list, get random recipe ideas, and more. The application is built with an Angular/Typescript frontend and a Go/Gin backend.
Live link coming soon!
Before you start setting up Foodcraft, make sure you have the following software installed on your local computer:
- Angular
- Node.js
- Go
To set up Foodcraft on your local machine, follow these steps:
- Clone the repository to your local machine using the command
git clone git@github.com:6hris/foodcraft.git. - Install the frontend dependencies by navigating to the
clientdirectory and running the commandnpm install. - Start the Angular app by running the command
npm startin theclientdirectory. - Install the backend dependencies by navigating to the
serverdirectory and running the commandgo get .. - Start the backend server by running the command
go run main.goin theserverdirectory.
- David Noguera: frontend development
- Piper Taylor: frontend development
- Christopher Dowdy: backend development
- Jaden Lindner: backend development
