🇦🇷 Aplicación Web de código abierto realizada como donación de 💓 desde Fiqus para los servicios de CirugÃa del sector hospitalario de Argentina.
🇬🇧 This is an open sourced web application done as a donation with 💓 from Fiqus to the surgery services of Argentina.
You will have to install:
Elixir
1.5 or laterErlang
1.8 or laterNode.js
5 or laterPostgreSQL
PORT
- the port for the web applicationSMTP_USERNAME
- for the mailerSMTP_PASSWORD
- for the mailerGUARDIAN_SECRET_KEY
- for token generationUSER_VERIFICATION_SALT
- for user token in the activation emailUSER_RECOVER_SALT
- for user token in the recover email
- Install dependencies with
mix deps.get
- 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
from your browser.
Ready to run in production? Please check our deployment guides.
mix test
- run the testsmix coverage
- for test coverage