Skip to content

Kenny-NISLab/nisroom

Repository files navigation

nisroom

NISROOM

nisroom-logo
license forks stars
last commit release languages

Contributors

contributors
nkthkr kogepanh tayoon

Overview

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.

nisroom nisroom-api

Assets

vuejs nuxjs pwa tailwindcss aws amplify github actions

Architecture

architecture

Preview

preview

For Developers

How To Use Repository

  1. Fork and clone this repository
  2. git remote add upstream https://github.com/Kenny-NISLab/nisroom.git
  3. git pull upstream main

Create .env File

REACT_APP_API_BASEURL=""
REACT_APP_NISROOM_HOSTNAME=""

Getting Started with Create React App

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