BitsNbytes website staging repo for development and testing purposes
git clone https://github.com/BitsNbytes-JIT/bitsnbytes-staging.git
cd bitsnbytes-staging
npm install
Create a new file named as .env. Add the following details to bitsnbytes-staging/.env
MONGO_URI= <Connection URL to the MONGODB cluster>
PORT=5000
secretOrKey="YOUR SECRET KEY GOES HERE"
npm run servers