Skip to content

TobiahRex/dvc-tutors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DVC Tutors Dashboard:

DESCRIPTION:

Student Project: Full-Stack REACT | Mongo | Express | Node

  • Student Tutors can login via O-Auth and document their tutoring dates and times on a calendar.
  • School Admins can login and see all tutors times in one place.

Setup:

  • npm i to install dependencies

  • touch a ".env" file and add 3 variables

    WARNING: You will not successfully spin up the app without doing this step.

  • npm start for development server

    • Once the "webpack built xxxxxx..." message appears (May take a few moments) the app will start.
  • npm run build for production server

    • This command will automatically change the NODE_ENV env variable to "production" and set off a chain of events for creating a bundle for production.

NOTE: I Highly recommend running npm update --save to update package json before running npm start or npm build.

Updates:

  • October 12th 2018:
    • Project Genisis

About

DVC Student Project | Allows DVC Student Tutors to document their tutoring times on smart calendar. Admins can manage/observe tutors times in one place.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published