office-checkin-backend

Install

First create .env file and set DATABASE_URL=your database url

DATABASE_URL=http://localhost:8000

after that run this command in terminal to install all dependency

npm i

after that run this command to start server

npm run devStart