belaczek / BeerCheese-client

4IT442 - Software project - eshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Links

  • Link to build job on Circle CI - Circle CI
  • Link to deployed application on Firebase - BeerApp
  • Link to API description on Apiary - Apiary
  • Link to Uptime - Uptime

Quick GIT guide

How to squash commits into one or more

  • git rebase -i HEAD~# where # of commits you want to work with
  • rewrite pick to fixup for commits you want to squash(is squashed to commit above)
  • finish and push

About

4IT442 - Software project - eshop

License:MIT License


Languages

Language:JavaScript 99.5%Language:CSS 0.3%Language:HTML 0.2%