Categorygithub.com/AisAif/recipe-management-rest-api
repositorypackage
0.0.0-20240722100713-b7fe82b66b8a
Repository: https://github.com/aisaif/recipe-management-rest-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

recipe-management-rest-api

Recipe Management is a digital tool designed to help users organize, store, manage and expose their recipes.

Required Tools

  • Go (Latest Version)
  • MySQL Server (Latest Version)
  • Docker (For Production)

Setup Project

Clone Repo

git clone https://github.com/AisAif/recipe-management-rest-api.git

Add Environment App

Copy the file named .env.example to .env then customize it.

Run In Development

Install Dependencies

go get

Run Server

go run main.go

Run In Production

Create Docker Image

docker build . -t rm-app

Run Server On Container

docker run -dit --name rm-server -p {host_port}:{container_port} rm-app

Make sure {container_port} is the same as the environment port.

API Documentation

Click Here