Skip to content

ghdtjr/CS496_Project2

Repository files navigation

CS496_Project2

This is a repository for development of Second project using server and DB as coursework in MADCAMP, 2020 SUMMER, KAIST.

Login

People can sign up with new ID, password, phone number and their own profile image.

TAB1

In this maintab people can post and watch the all the postings for looking for someone travel with. With longclick the post, we can get writer's phone number and get the dial intent.

TAB2

In this tab, people can watch the all the feedphotos about the travel including foods. We can move to writer's own feedphoto tab with clicking the feedphoto.

TAB3

In this tab, people can only see their own feedphotos. And in here they can post new. Then the new feedphoto will be come up to others' second tab. This will show the detail travel things about the photo: place, category and comment of the travelers.

Development

Branching Rules

examples :

$ project1, project2, ..
$ feature/<name>/project1
$ feature/<assignment>/<method>

Commit Message Format

<type>(<scope>): <subject>

Type

Should be one of the following:

  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • refactor: A code change that neither fixes a bug nor adds a feature
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • misc: Adding miscellaneous items

Scope

Changed file name or none.

Subject

The subject contains a succinct description of the change:

  • use the imperative, present tense: "change" not "changed" nor "changes"
  • do capitalize the first letter
  • no dot (.) at the end

Collaborators

About

Second project of CS496 course in KAIST (Server and DB)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages