Assignment 7 - bounswe/bounswe2019group9 GitHub Wiki

Check out the live project here

The description can be found here.

practice-app folder in master branch

  • Newly added features should be initially created in separate branches and tested locally.
  • Afterwards, they should be merged into master branch via a pull request and should be tested in the server.

Related Branches (Removed in favor of using practice-app folder in master branch as was requested in assignment pdf)

-api-implementation-prod Branch

This branch contains the implementation of the production api server hosted on an aws ec2 instance. This branch should always be updated via pull requests from api-implementation-prod branch.

-api-implementation-dev Branch

This branch contains the implementation of the development api server hosted on an aws ec2 instance.