Skip to content

Youth in Transformation Learning Management System (YIT-LMS). The app was designed to record, measure, and report various aspects of the after-school academic intervention programs, providing a centralized platform for tracking student attendance, tutoring hours, and program effectiveness.

Notifications You must be signed in to change notification settings

darianuriarte/YIT-LMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Prerequisites

Below noted things you need to install to run this project in your system

  • Node.js
  • NPM
  • MongoDB

To Setup

Clone or download this repository

  1. cd backend
  2. npm install, npm install mongoose, and npm install dotenv
  3. cd ../frontend
  4. npm install, npm install date-fns, npm install @mui/x-data-grid, npm install react-chartjs-2, npm install chart.js
  5. cd into backend again (cd ../backend), create environment variable (.env file), a .env file is needed to connect to the database, it should start with: MONGODB_URL=mongodb+srv://

To Run

To run node server

  1. cd backend
  2. node server.js

To run react frontend

  1. cd frontend
  2. npm start

About

Youth in Transformation Learning Management System (YIT-LMS). The app was designed to record, measure, and report various aspects of the after-school academic intervention programs, providing a centralized platform for tracking student attendance, tutoring hours, and program effectiveness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages