Skip to content

Latest commit

 

History

152 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYF Attendance Dashboard and Monitor

CI Test

Author: Raymond Feng Ray-f (rf.raymondfeng@gmail.com)

Contributors: Michael Howell Mykhol (michael@nunc.co.nz)

How to use this repository

Prerequisites

  • node (version 14.15+) is installed
  • yarn is installed

Steps to initialize project

  1. Run yarn install in the root directory
  2. Run yarn run init in the root directory

Steps to start development environment

  1. Run yarn run start in the root directory

Required environment file

  • Create a file under server/.env with the following fields
MONGODB_URI_DEV = <MONGODB_DEV_URI>
ENV = DEV
PORT = 9001
  • Create a file under client/.env with the following fields
REACT_APP_GOOGLE_CLIENT_ID = <GOOGLE CLIENT ID>

Contact rf.raymondfeng@gmail.com to get a Mongo URI and Google Client ID.

About

A web application to monitor, maintain and gain relevant insights from attendance and capacity information

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from Ray-F/mern-template