/loc_wise

Location management and data visualization

Primary LanguageElixir

LocWise

Location Management and Data Visualization.

Usage

Here you can choose one of these options to prepare your environment.

Using Docker

You can run this application on a Docker container, to do this you will need to have Docker installed on your machine.

  • Start a container with docker-compose up -d

Using asdf

You can also use asdf if you have it installed.

To install all necessary tools, simply run asdf install.

If you managed to prepare the environment, follow the next steps:

  • Run mix setup to install, setup dependencies and initialize the database
  • Run tests using mix test
  • Start the server with mix phx.server, once it is done go to http://localhost:4000