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