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

https://github.com/jsmith/curriculum-mapper-frontend

A course management system!
https://github.com/jsmith/curriculum-mapper-frontend

Last synced: 4 months ago
JSON representation

A course management system!

Awesome Lists containing this project

README

          

# Course Management
This is an open source course management software being developed as an
independent project for SWE4913. Give Heroku ~ 10 seconds to boot up the backend when you initially view the demo.

Demo [here](https://serene-lovelace-d0079e.netlify.com/#/).

## Screenshots
mapper1

> Course Information Page



mapper2

> Prerequisite Graph Page

## Goal
The goal of this project is to create a modern system to manage university courses.

## Environment Setup

```bash
# install dependencies
npm install

# serve with hot reload
npm run dev

# build for production with minification
npm run build
```

## Deploying
Just push to `origin/master`!