An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# novaXfer

[![Travis](https://img.shields.io/travis/mattbdean/novaXfer.svg)](https://travis-ci.org/mattbdean/novaXfer)
[![Known Vulnerabilities](https://snyk.io/test/github/mattbdean/novaXfer/badge.svg)](https://snyk.io/test/github/mattbdean/novaxfer)
[![David](https://img.shields.io/david/mattbdean/novaXfer.svg)](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
```