Skip to content

nghitrum/reeny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

reeny

This is the project we did for the Software Development 2 course.

Stack

  1. Vue.js
  2. Bootstrap 4
  3. GraphQL
  4. Express.js
  5. Node.js
  6. MongoDB

Things should be done after clone

  1. install npm package
cd client
npm install
npm run dev
  1. that's it

How to use GitHub

Here's how to work with GitHub.

Pull the newest version of master branch

First you need to checkout the master and get the newest version of the source code by git checkout master and git pull. If you're just starting out, you can use git clone https://github.com/nghitrum/reeny.git to clone the master branch.

Create a new branch for your local

Create new branch by git checkout -b name-of-branch.

Then you can git checkout name-of-branch.

You can always check your local git by git status.

Add all new files to your git

Use git add .

Commit to git

Use git commit -m "message should be clear and understandable"

Then push to branch

Use git push -u to find out how to push.

Then copy the result to push to your branch.

Now check in GitHub.com

Now go to the website to check the new branch. Click on the branch then New Pull Request of your branch.

If it says Able to merge, write your message or leave it as default and click Create pull request.

Then if it says This branch has no conflicts with the base branch, you can click on Merge pull request, then Confirm.

After merge, check out master again

Use git checkout master.

If it is outdated, pull master to local

Use git pull master.

Rinse and repeat

Contributors

Nghi Nguyen, Joel Muittari, Dmitrii Stetcko

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •