Clone the Project
git clone https://github.com/merenlab/anviserver
Go to the project directory
cd anviserver
Checkout the Branch
Install the packages
npm install
Run the project
npm run dev
Environmental variables in this project include:
MONGODB_URI
: The MongoDB Connection String (with credentials and database name)
WEB_URI
: The URL of your web app.