A employee records microservice built using Node.
cd fury-backend-node
git remote add upstream https://github.com/hngi/fury-backend-node.git
git pull upstream master
git checkout -b <NAME_OF_THE_TASK>
cp sample.env .env
cp sample.env.test .env.test
In the terminal, ensuring that you are located in the root of your repo, run these commands:
git add .
git commit -m "<COMMIT MESSAGE>"
git push origin <BRANCH_NAME>
As soon as you get there, you are going to see a green ‘compare and create a pull request’
If you have any more questions, please check out this resource -> https://www.youtube.com/watch?v=HbSjyU2vf6Y