Skip to content

biosemantics/character_recorder

 
 

Repository files navigation

Character Recorder

Character Recorder is part of the Author-Driven Computable Phenotypic Data and Ontology Development Platform. This proof-of-concept software system was developed with support from US National Science Foundation, under award # 1661485. Other components of the Platform include

Character Recorder Demo (2024)

https://app.screencast.com/eberIjZcTclBv


Character Recorder was built using Laravel with Vue.js.

How to set up Character Recorder on a linux server

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • Run npm install
  • Run npm run dev
  • That's it - load the homepage, use Register link and use the CRUD

License

Please use and re-use however you want.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 73.5%
  • PHP 24.4%
  • Blade 2.0%
  • HTML 0.1%