Canadian Collection of Agricultural Soil Microbes (CCASM) database and web portal
Formatting:
Install black formatter in extensions
On windows: ctrl + , On mac: cmd + ,
Search formatter and change to black formatter
Install Node.js and NPM:
https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
Then to install angular and all libraries: $ npm install
Angular: https://angular.io/guide/setup-local
In the backend directory:
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
Don't forget to create .env file for storing API keys + passwds.
uses mysql