Skip to content

The ASC Study Monitor is a curated, freely accessible, and regularly updated database of scholarly publications concerning altered states of consciousness.

Notifications You must be signed in to change notification settings

mind-foundation/ascstudymonitor

Repository files navigation

ASC Study Monitor

Version GitHub issues GitHub commit activity Client Unit Tests Backend Unit Tests PRs Welcome

Introduction

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/

Todos

Live at Github

Installation

  • Install conda
  • conda install poetry
  • poetry config settings.virtualenvs.in-project true
  • poetry install

Start

  • Start mongoDB
    • osx: sudo mongod --dbpath=./data
  • export FLASK_APP='ascmonitor.app:app'
  • export FLASK_ENV=development
  • poetry run flask run

Expose in network

  • poetry run flask run --host=0.0.0.0

E2E Tests

  • Start server so flask is serving at port 5000
  • cd client
  • yarn test:e2e

About

The ASC Study Monitor is a curated, freely accessible, and regularly updated database of scholarly publications concerning altered states of consciousness.

Topics

Resources

Stars

Watchers

Forks