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 poetrypoetry config settings.virtualenvs.in-project truepoetry install
- Start mongoDB
- osx:
sudo mongod --dbpath=./data
- osx:
export FLASK_APP='ascmonitor.app:app'export FLASK_ENV=developmentpoetry run flask run
poetry run flask run --host=0.0.0.0
- Start server so flask is serving at port 5000
cd clientyarn test:e2e