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.
- Fork and Clone
git remote add upstream https://github.com/Kenny-NISLab/nisplan.git
git pull upstream main
API_URL=
API_KEY=
WEATHER_KEY=
WEATHER_URL=
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
# $ yarn build
# $ yarn start