Git Product home page Git Product logo

gradschoolzero's Introduction

Getting Started:

Make sure to have Node.js and NPM installed. Download it here and select the LTS option.

To Setup the Project For Local Use:

  1. In the directory where you want the project, run git clone https://github.com/CityDevsCCNY/GradSchoolZero
  2. Goto the project directory (ie: cd ./GradSchoolZero in the same terminal as we've installed the project)
  3. Run npm i (shorthand for npm install) to install all dependencies required by the project

To Run the Project Locally:

We require 2 different terminals to be open and to be in the project's directory (in ...\GradSchoolZero) for both of these:

  1. In one of the terminals, run: npm start (starts the react project)
  2. In the other terminal, run: npm run serve (starts the database server the react project uses)

Note: There may be some issues with using this project in macOS as we discovered later on related to the database calls made by this system [there may be some sort of limitation in macOS not seen in Windows as it works fine in Windows (we're not sure if running Windows via Bootcamp in macOS will yield the same problems)].

Some Users:

You can see the full list of users with email & password in the db.json file [look in the "users" property in this JSON object]

  1. Registrar [Type Registrar]

        email: [email protected]
        password: password
    
  2. George Simon [Type Instructor]

        email: [email protected]
        password: password
    
  3. David Ifa [Type Instructor]

        email: [email protected]
        password: password
    
  4. Behnam Sidsel [Type Instructor]

        email: [email protected]
        password: password
    
  5. Student [Type Student]

        email: [email protected]
        password: password
    
  6. Jeffrey Mina [Type Student]

        email: [email protected]
        password: password
    
  7. Sanjay Nikša [Type Student]

        email: [email protected]
        password: password
    
  8. Ioses Mirko [Type Student]

        email: [email protected]
        password: password
    

gradschoolzero's People

Contributors

bhusalanil121 avatar cyanchill avatar djimenez1 avatar mkallol avatar nafisk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.