8000 GitHub - youclavier/neochat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

youclavier/neochat

 
 

Repository files navigation

NeoChat

Build Status

Chat for the Neo community.

Prerequisites

Getting Started

  • add postgres to your /etc/hosts 127.0.0.1 postgresql
  • docker-compose up -d
  • to start the api: cd api/; mix deps.get; mix ecto.reset; iex -S mix phx.server
  • to start the frontend cd frontend/; yarn; npm start
  • access http://localhost:8080/

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 57.3%
  • JavaScript 39.7%
  • CSS 1.8%
  • HTML 1.1%
  • Shell 0.1%
0