https://github.com/xamgore/grade-student-profile
Frontend part for the grade service
https://github.com/xamgore/grade-student-profile
grade mmcs
Last synced: 6 months ago
JSON representation
Frontend part for the grade service
- Host: GitHub
- URL: https://github.com/xamgore/grade-student-profile
- Owner: xamgore
- License: mit
- Created: 2017-01-29T17:41:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T18:35:28.000Z (over 9 years ago)
- Last Synced: 2025-01-22T23:25:36.166Z (over 1 year ago)
- Topics: grade, mmcs
- Language: Vue
- Homepage:
- Size: 656 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grade-student-profile
In our university we develop a system for teachers & students, that allows both of them to controll their rates. For example, student can sign in his account, check out the academic progress, connect with teachers, etc. So this project is just a frontend part for that stuff.

## Build Setup
``` bash
npm install
npm run me # run mock api server and
# dev server at 0.0.0.0:3000
npm run build # if you wanna get a production ready distro
```
## Tests
```bash
npm run test
```
After unit tests are passed, [browserstack](http://browserstack.com) starts e2e tests in all major browsers. And if something fails, we can watch a video with error happening. In case we want to fix a bug, we can use the [Live](https://www.browserstack.com/start) tool. Thanks browserstack for giving us a free account!
[
](http://browserstack.com)