Coder Social home page Coder Social logo

jung8027 / edtrack Goto Github PK

View Code? Open in Web Editor NEW
2.0 5.0 4.0 1.03 MB

EdTrack is a versatile performance tracking tool that alleviates the burden on overworked teachers, oversized classrooms, and students to better track and learn from their performance.

HTML 27.85% JavaScript 65.83% CSS 6.31%

edtrack's Introduction

EdTrack

##Objective EdTrack is a versatile performance tracking tool that alleviates the burden on overworked teachers, oversized classrooms, and students to better track and learn from their performance.

There will be three different account levels: manager, instructor, and student.

The student will be able to log in which will account for attendence, turn in their assignments, and see their in class progress. Possible functionality can be instructor feedback, view and edit job search.

Instructors will be able to assign and request assignments from students, set deadlines, enter grades, view student progress as a graph and also class progress as well. Possible functionality can be student feedback, view and edit student job search.

Managers will be able to view the class progress, student progress, and associate it with the instructor. Possible functionality can be to view all feedback and job search.

Database Setup

Install postgres app AND postico app then run both, then create a database called "EdTrack" within postico.

{
  "development": {
    "username": "NAME",
    "password": null,
    "database": "EdTrack",
    "host": "127.0.0.1",
    "dialect": "postgres"
  },
  "test": {
    "username": "NAME",
    "password": null,
    "database": "EdTrack",
    "host": "127.0.0.1",
    "dialect": "postgres"
  },
  "production": {
    "username": "NAME",
    "password": null,
    "database": "database_production",
    "host": "127.0.0.1",
    "dialect": "postgres"
  }
}

In the config folder, create a file named config.json. Then, copy the contents above and paste it into the config.json file you created.

Go to sendgrid.com and register for a api key. In root, make a file called sendgrid.js and module.export SENDGRID_API_KEY as a string.

Also, change the "username", "database", and "dialect" fields in the config.json file. Username should be your username for the database, database should be "EdTrack", and dialect should be "postgres".

Change the fields for development, test, and production

Start

First: npm install To start: npm start

edtrack's People

Contributors

jung8027 avatar iliasssabillah avatar quanavuong avatar electrone901 avatar

Stargazers

Vanessa avatar  avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

edtrack's Issues

add Grade React component

reusable Grade component that will be used inside the Student View as well as the Instructor View

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.