Clone the Project
git clone https://github.com/merenlab/anviserverGo to the project directory
cd anviserverCheckout the Branch
Install the packages
npm installRun the project
npm run devEnvironmental variables in this project include:
MONGODB_URI : The MongoDB Connection String (with credentials and database name)
WEB_URI : The URL of your web app.