recipes

module
v0.0.0-...-f849b58 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 20, 2023 License: MIT

README

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

  • 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.

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL