clone the repo and run the below commands in your terminal to start the API
npm install or yarn install
npm run dev or yarn dev
#express
PORT=4000
# client urls
APP_URL=http://localhost:3000
API_URL=http://localhost:4000
# mongodb
DB_CONNECTION=<mongodb connection string>
# other
NODE_ENV=test
ENCRYPT_KEY=<32 character string>
HASH=<128 character string>
HASH_REFRESH=<128 character string>