This is an application that can monitor the presence information of a laboratory in real time. For the front-end, we created a PWA-compatible application in nuxt.js, and for the back-end, we created a Node.js function on AWS Lambda to create a REST API server.
- Fork and clone this repository
git remote add upstream https://github.com/Kenny-NISLab/nisroom.git
git pull upstream main
REACT_APP_API_BASEURL=""
REACT_APP_NISROOM_HOSTNAME=""
This project was bootstrapped with Create React App.
# Runs the app in the development mode.\
#Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
yarn start
#Builds the app for production to the `build` folder.\
# It correctly bundles React in production mode and optimizes the build for the best performance.
yarn build