"WHAT" (Who is absent today) is a project for control education process in the training centers. The main purpose is to control the quality of education: attendance, achievement, materials studied, etc.
Here is the back-end part of our project: https://github.com/ita-social-projects/what-back.
- NodeJS (14.15.0)
- Clone this repo to your local machine using
https://github.com/ita-social-projects/what-front
- install npm packages:
npm install
- open terminal
- write to start:
npm run dev
- open http://localhost:8080 to view it in the browser.
- To create production build use:
npm run build
We have master , dev and feature branches.
All feature branches must be merged into dev branch.
-
Clone dev
- Open terminal
- To clone repo to your local machine write:
git clone https://github.com/ita-social-projects/what-front.git
-
Create new feature branch
- To create new branch write:
git branch branch_name
- Branch name format:
[surname]-[#issue]-[name_of_issue]
- Branch name example:
drozdov-3-project_documentation
- To create new branch write:
- Add files to staged
- to add all files
git add .
- to add a specific file
git add file_name
- to add all files
- Add commits to your branch changes
add commit -m 'messege'
- Push new changes to repo
git push origin branch_name
- Create a new pull request using github.com/ita-social-projects/what-front.
- To create new issue go to issue and press New issue button.
- When creating issue you should add name of the issue, description, choose label and project.
- Choose assignee to issue.
- Move issue on dashboard according to its status.
- MIT license
- Copyright 2020 © SoftServe IT Academy.