Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 413 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 413 Bytes

Appointment-scheduling-api

nest-api for the Bumble bee project.

Prerequisites#

  • Please make sure that Node.js (version >= 16) is installed on your operating system.
  • please copy and rename tmp.env file as .env file.
  • please run below codes
npm cache clean --force
npm config set registry https://registry.npmjs.org/
npm install -g yarn
yarn global add @nestjs/cli
cd api
yarn start