Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.57 KB

README.md

File metadata and controls

53 lines (30 loc) · 1.57 KB

Git GitHub

Nutriguide

This is the backend of the Nutriguide project 🥑

📚 Description

Nutriguide it's an aplication that helps you maintain a healthy and personalized diet. All given by the hand of our qualified nutritionist.

⚙ Setup / Installation Requirements

1. Requirements

You need to install git, docker and go.

sudo apt-get update
sudo apt-get install git

wget https://golang.org/dl/go1.17.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.17.2.linux-amd64.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin' >> $HOME/.profile // According to your terminal: $HOME/.zshrc or $HOME/.hasrc
source $HOME/.profile

Docker installation

2. Clone and install dependences

git clone [email protected]:fullstacktf/personal-nutritionist-backend.git
cd personal-nutritionist-backend
go

🐞 Known Bugs

🤝 How to contribute

⚖️ License