Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

antony-jr/Astral

Repository files navigation

Astral

A Course Mangement System inspired by Harvard Extensions and MIT Stellar.

Installation

Database Setup

All you need to do is run the create_dbs.mysql script. This script creates a Database called Astral which contains all the required tables required to run this application.

You can then login with the administrator account which has the default password administrator. You can obviously change this later.

 mysql> source ./create_dbs.mysql;
 mysql> quit

Application Setup

Just execute the following commands.

 $ git clone https://github.com/antony-jr/Astral
 $ cd Astral
 $ yarn 
 $ yarn next # Run the app, now go to http://localhost:3000/

License

The MIT License.

Antony Jr.

About

Course Mangement System inspired by MIT Stellar and Harvard Extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published