Skip to content

amdRyzen5600X/chatel

Repository files navigation

Chatel

To start this project:

  • clone this repo:
    git clone https://github.com/amdryzen5600x/chatel.git
    cd chatel
  • install dependencies:
    make deps_get
  • configure your database in config/dev.exs and config/prod.exs and then:
    make create
  • run migrations:
    make migrate
  • and finally:
    make serve

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

chat application, builded on phoenix framework for elixir programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published