Skip to content

6hris/foodcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

180 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Foodcraft

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.

Demo

Screenshot 2023-04-19 at 11 01 08 PM

Live link coming soon!

Prerequisites:

Before you start setting up Foodcraft, make sure you have the following software installed on your local computer:

  • Angular
  • Node.js
  • Go

Setup

To set up Foodcraft on your local machine, follow these steps:

  1. Clone the repository to your local machine using the command git clone git@github.com:6hris/foodcraft.git.
  2. Install the frontend dependencies by navigating to the client directory and running the command npm install.
  3. Start the Angular app by running the command npm start in the client directory.
  4. Install the backend dependencies by navigating to the server directory and running the command go get ..
  5. Start the backend server by running the command go run main.go in the server directory.

Contributors

  • David Noguera: frontend development
  • Piper Taylor: frontend development
  • Christopher Dowdy: backend development
  • Jaden Lindner: backend development

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors