Skip to content

uzumal/nisplan

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 60.0%
  • JavaScript 39.3%
  • Other 0.7%