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!
- Host: GitHub
- URL: https://github.com/jsmith/curriculum-mapper-frontend
- Owner: jsmith
- License: mit
- Created: 2018-05-15T15:18:12.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-11-24T20:38:16.000Z (over 7 years ago)
- Last Synced: 2026-01-31T19:34:38.976Z (5 months ago)
- Language: Vue
- Homepage: https://serene-lovelace-d0079e.netlify.com/#/
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

> Course Information Page

> 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`!