Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pehuen-rodriguez/recumap
https://github.com/pehuen-rodriguez/recumap
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pehuen-rodriguez/recumap
- Owner: pehuen-rodriguez
- License: gpl-3.0
- Created: 2020-04-09T18:32:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:03:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T23:12:56.373Z (2 months ago)
- Language: Elixir
- Size: 5.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recumap
## Development
Built using the Elixir's [Phoenix Framework](https://phoenixframework.org/). To run this app you will need:
* Erlang OTP >= 18
* Elixir >= 1.5
* NodeJS >= 5.0
* PostgreSQL >= 11.5## To start your Phoenix server
* Install dependencies with `mix deps.get`
* Create and export env variables for your dev PostgreSQL configuration. E.g.: `.env.example`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.