项目作者: TobiahRex

项目描述 :
DVC Student Project | Allows DVC Student Tutors to document their tutoring times on smart calendar. Admins can manage/observe tutors times in one place.
高级语言: CSS
项目地址: git://github.com/TobiahRex/dvc-tutors.git
创建时间: 2018-10-12T07:13:12Z
项目社区:https://github.com/TobiahRex/dvc-tutors

开源协议:

下载


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