Skip to content

Testbed for a web app powered by Phoenix/Elixir/R/Whatever

Notifications You must be signed in to change notification settings

Quiltomics/bioq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bioq

Pre-requisites

  • Install Phoenix Framework, which requires Elixir (which depends on Erlang), Node.js, PostgreSQL.
  • Configure your PostgreSQL database to make sure the user used by Bioq has createdb permission.

To run the Bioq server

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with PORT=4012 mix phx.server

Now you can visit localhost:4012 from your browser.

Learn more

About

Testbed for a web app powered by Phoenix/Elixir/R/Whatever

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published