- Node 16 and above
- NPM
- Docker
- MongoDB
cd
into whatever directory you want work from.- Clone this repo
- After cloning the project, run
cp .env .env.example
on your terminal to create a new.env
file from the.env.example
. - Run
npm install
||npm i
to install all the dependencies.