An open API service indexing awesome lists of open source software.

https://github.com/code-shoily/vts_suite

[ In-Progress ] Elixir/React conversion of a PoC Asset Tracking System I made with Django in 2012
https://github.com/code-shoily/vts_suite

Last synced: 9 months ago
JSON representation

[ In-Progress ] Elixir/React conversion of a PoC Asset Tracking System I made with Django in 2012

Awesome Lists containing this project

README

          

# Setup

- Install Postgres and Elixir
- Clone the repository
- Install the PostGIS
- Run the database setup script from `sql/database.sql`
- `mix deps.get`
- `cd assets` and then `yarn install`
- `cd ..` and `mix phx.server`