Skip to content

Latest commit

 

History

History
81 lines (59 loc) · 3.11 KB

README.md

File metadata and controls

81 lines (59 loc) · 3.11 KB
nisplan-logo
forks stars LICENSE commit

NISPLAN

Contributors

contributors
uzumal nkthkr kogepanh tayoon

Overview

This is an application that allows users to reserve a date to visit a laboratory and check information on other people's scheduled visits. For the front-end, we created the application in nuxt.js, and for the back-end, we created a Node.js function in AWS Lambda to create a REST API server.

nisplan nisroom-api

Architecture

architecture

Preview

preview

For Developers

How To Use Repository

  1. Fork and Clone
  2. git remote add upstream https://github.com/Kenny-NISLab/nisplan.git
  3. git pull upstream main

Create .env File

API_URL=
API_KEY=
WEATHER_KEY=
WEATHER_URL=

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
# $ yarn build
# $ yarn start