christinejuruena69 / 128AB5LProject

3 stars 6 forks source link

Stories in Ready

CMSC 128 AB-5L Project

IMPORTANT!

Requirements:

Cloning the Repository

  1. In terminal, go to directory where you want to install the project
  2. Type in:
    git clone https://github.com/christinejuruena69/128AB5LProject.git

Starting the server

  1. Change directory to repository
  2. Type in:
    iron run

Initial Accounts

On server startup, two accounts shall be automatically generated. They are as follows:

{
    username: 'admin',
    password: 'admin',
    profile: {
        type: 'admin'
    }
},
{
    username: 'teacher',
    password: 'teacher',
    profile: {
        type: 'teacher'
    }
}

Checking Data