README.md
# My Reef🐚 My reef is a project to automate and monitor my coral reef tank 🐬 <a href="https://codeclimate.com/github/IuryNogueira/myreef/maintainability"><img src="https://api.codeclimate.com/v1/badges/fea1b960248d65e3407a/maintainability" /></a><a href="https://codeclimate.com/github/IuryNogueira/myreef/test_coverage"><img src="https://api.codeclimate.com/v1/badges/fea1b960248d65e3407a/test_coverage" /></a>[](https://circleci.com/gh/IuryNogueira/myreef/tree/main) ## Run frontend project 👷 Tip: Use node 14 ```## Install dependenciesyarn install ## Runyarn start``` ## Run backend project 👷 Tip: Use node 16 ```## Install dependenciesyarn install ## Runyarn start``` ## Deployed 🚀 Client:https://myreef.vercel.app/ API:https://myreef.onrender.com