- Setup:
git clone <link_repo>
git checkout -b <yourname>
cd nuve-be
npm install
- Add
.envand input API Key Gemini from Gemini API
GEMINI_API_KEY=<api_key>
PORT=8080
Push project
git push -u origin main
# pull request in github
Setup
git clone <link_repo>
git checkout -b <yourname>
cd nuve-fe
Push project
git push -u origin main
# pull request in github