dawsonc / recipes

A website for organizing recipes
MIT License
0 stars 0 forks source link

Recipes

Build Status Code Health

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.

  1. 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
  1. Install dependencies with go mod download
  2. Run the app with go run app/*
  3. Visit localhost:8080 to try it out!

You can also run the unit tests with go test src/recipes/test/*

Technologies Used

Contributing

Contributions are welcome! Please see the CONTRIBUTING.md file for more information.

License

This project is licensed under the MIT License.