nest-api for the Bumble bee project.
- 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