https://github.com/mattbdean/novaxfer
Lightning fast NVCC course equivalencies
https://github.com/mattbdean/novaxfer
angular angular2 course-equivalencies node nova nvcc
Last synced: 6 months ago
JSON representation
Lightning fast NVCC course equivalencies
- Host: GitHub
- URL: https://github.com/mattbdean/novaxfer
- Owner: mattbdean
- License: mit
- Created: 2016-11-08T22:33:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T03:07:20.000Z (over 1 year ago)
- Last Synced: 2025-02-12T08:39:21.919Z (over 1 year ago)
- Topics: angular, angular2, course-equivalencies, node, nova, nvcc
- Language: TypeScript
- Homepage: https://www.novaxfer.io
- Size: 1.69 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# novaXfer
[](https://travis-ci.org/mattbdean/novaXfer)
[](https://snyk.io/test/github/mattbdean/novaxfer)
[](https://david-dm.org/mattbdean/novaXfer)
novaXfer is a tool to help students at the Northern Virginia Community College plan their classes by showing them what will and what will not transfer to a four year institution.
For a list of supported colleges, see [here](https://github.com/mattbdean/novaXfer/tree/master/server/src/indexers).
novaXfer is built with Node.js, MongoDB, Express, TypeScript, Angular, Gulp, Webpack, and several other buzzwords.
Getting started is simple. Run MongoDB on the default port and execute
```shell
$ yarn install && gulp
```