Skip to content
This repository has been archived by the owner on Jan 4, 2018. It is now read-only.

harvard-lil/chesquire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chesquire

This is going to be a legal research chat app, the primary purpose of which is to facilitate group analysis of legal opinions. It's written in Elixir and Javascript, runs on the Phonenix framework, and will be powered by cap-api. It is a project of the Library Innovation Lab at Harvard Law School

This app used Tensor Programming's Phoenix Chat App Tutorial #3 as a template. Thanks dude!

To hack on it:

  • Install erlang, elixir, hex, and phoenix
  • Install dependencies with mix deps.get
  • Config database connection in chesquire/config/dev.exs
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published