- Clone this repo by
gh repo clone eventfly/kiosk
cd kiosk
- Run
npm install
to install the dependencies - Run in development by
npm run dev
This directory contains single React componets that are to be used independently.
Layout directory containing the main two layouts of our app. The DefaultLayout.js
is basically the one an authenticated user will see after logging in.
Contains the basic pages/routes
views of the app. Strucutred routing provided by NEXT.js
JavaScript functions, hooks that are to be imported in pages in order to perform some specific tasks. Write your utility functions, custom libraries here.
HOSTNAME/api/<service_name>/<?res_name>/<endpoint>
/
/dashboard
/scan
/settings
TO BE ADDED
/info/:userId