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
- Host: GitHub
- URL: https://github.com/code-shoily/vts_suite
- Owner: code-shoily
- Created: 2018-06-11T03:37:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T03:03:13.000Z (almost 8 years ago)
- Last Synced: 2025-06-29T06:42:01.680Z (12 months ago)
- Language: JavaScript
- Size: 278 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`