# add PPA from NodeSource
curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
# call the install script
. nodesource_setup.sh
# install node.js
apt-get install -y nodejs
# check the version
node -v- git clone https://github.com/BitElite/backend.git
- npm install
- create .env file
- Copy contents on .env-example to .env file
- npm run start