Backend piece of the goforthegoal application. This application is used to fufill all your goalsetting and project completion needs. Whether you need to finish a research paper or learn a new language.
Download the repository
git clone https://github.com/coolfriends/goforthegoal-backend.git
Make a new feature branch
git checkout -b my-cool-feature
Make your changes and commit them
git commit -am "Wow I really did it"
Push your changes to your feature branch
git push origin my-cool-feature
Then make your pull request in GitHub. See this for more information