Recipes

This is a web application for managing recipes. It includes a backend API written in Go and a frontend UI written in React.
Getting started
To get started, make sure that you have installed Go and MongoDB. Make sure MongoDB is running as a local service before proceeding.
- Clone the repository into your
GOPATH:
mkdir $GOPATH/src/github.com/dawsonc
cd $GOPATH/src/github.com
git clone https://github.com/dawsonc/recipes.git
- Install dependencies with
go mod download
- Run the app with
go run app/*
- Visit
localhost:8080 to try it out!
You can also run the unit tests with go test src/recipes/test/*
Technologies Used
- Go
- React
- Bootstrap
- MongoDB
Contributing
Contributions are welcome! Please see the CONTRIBUTING.md file for more information.
License
This project is licensed under the MIT License.