/karma

Primary LanguageElixirGNU General Public License v3.0GPL-3.0

Engine

Application website: https://teamengine.co.uk

Getting started

Installations:

  • Install mix
  • Install phoenix
  • Install node (npm)
  • Install redis
  • Install postgres

To start the app you will need:

Then run:

  • Npm install
  • Mix deps.get
  • Mix ecto.create
  • Mix ecto.migrate

Env variables:

  • Add the .env file
  • Run source.env

Start server:

  • Mix phoenix.server

Now you can visit localhost:4000.