Skip to content
/ SOEN341 Public

A Web Application for the students in Software Engineering to get enrolled into number of courses to complete their program. These courses are organized into a curriculum with a pre-defined prerequisite structure.

Notifications You must be signed in to change notification settings

mohhef/SOEN341

Repository files navigation

Contributors

Khaled Hassanain

Minhao Yu

noor Al-musleh

Yifan Yang

Jatan Gohel

Mohamed Hefny

Hani Sabsoob

  1. Cloning locally,
  • Go to terminal
  • Choose directory to save file (use cd to change directory, dir "windows" OR ls "Mac OS" to show what is in folder
  • Use '''' git clone https://github.com/...... ''''

Process for Repo

After doing some code....

  • Go to terminal
  • Locate folder for which clone was made
  • Use '''' git status '''' to check how many files differ/changed
  • Use '''' git init '''' to check which repo u r at
  • Use '''' git branch '''' to know which branch u r at, DONT USE MASTER to add files
  • Use '''' git push origin master '''' if u want to update your codes to what exists and you haven't done any coding yet since cloning!
  • Else, follow the following process to add files, commit , push into git and Pull Request to be merged!

Then follow the process in the terminal local directory

  1. Create new branch locally
  • Branch name should "feature/" followed by a condensed version of the task name
  • Use git checkout -b branch_name to create branch locally
  1. Commit changes to branch
  • git add name_of_file_to_add to add file (* for all files)
  • git commit -m "commit_message" to commit changes
  • commit_message should start with the task number in square brackets
  1. Push changes to branch
  • push remote origin branch_name
  • git push origin
  1. Pull request
  • When the task is finished, open a pull request on the branch
  • Set someone as a reviewer
  • Once the review is complete, merge into dev.

Modern Business is a multipurpose, full website template for Bootstrap created by Start Bootstrap. This template includes 17 unique HTML pages and a working PHP contact form.

Preview

Modern Business Preview

View Live Preview

Status

GitHub license npm version Build Status dependencies Status devDependencies Status

Download and Installation

To begin using this template, choose one of the following options to get started:

Usage

Basic Usage

After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

After installation, run npm install and then run gulp dev which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

You must have npm and Gulp installed globally on your machine in order to use these features.

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub or leave a comment on the template overview page at Start Bootstrap.

About

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2019 Blackrock Digital LLC. Code released under the MIT license.

About

A Web Application for the students in Software Engineering to get enrolled into number of courses to complete their program. These courses are organized into a curriculum with a pre-defined prerequisite structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published