Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Latest commit

 

History

History
43 lines (36 loc) · 1.47 KB

readme.md

File metadata and controls

43 lines (36 loc) · 1.47 KB

Project Overview

This project is part of E-Learning application developed by BIT Team. This repository will contains codes for web management.

Project Requirements

Note: Please make sure version is correct in your development environment

Project Structure

── <project root>
   ├── app
       ├── config
       ├── controllers
       ├── routes
       └── index.js
   ├── ...
   ├── package.json
   ├── package.lock
   └── readme.md

Coding Standards

Please refer to this Angular coding standards. (Link)

Setup Guide

  1. Make sure your development environment fulfill all requirements.
  2. Clone this repository by using HTTPS or SSH methods
  3. Install all dependencies

Git Guide

Commit Guidelines

Please refer to GitHub commit guidelines. (Link)

Git Flow

Please refer to this guide. (Link)

Pull Requests

Pull request to develop branch need at least 1 confirmation to be merged.

Pull request to release and master branch can only be merged by admin.

Issue

Create an new issue when adding new features or doing bug fixes.