The ASC Study Monitor is a curated, freely accessible, and regularly updated database of scholarly publications concerning altered states of consciousness (ASCs). https://asc-studymonitor.mind-foundation.org/
- Install conda
conda install poetry
poetry config settings.virtualenvs.in-project true
poetry install
- Start mongoDB
- osx:
sudo mongod --dbpath=./data
- osx:
export FLASK_APP='ascmonitor.app:app'
export FLASK_ENV=development
poetry run flask run
poetry run flask run --host=0.0.0.0
- Start server so flask is serving at port 5000
cd client
yarn test:e2e