- Elixir
- Phoenix
- GraphQL (absinthe)
- PostgreSQL (postgrex)
lib
-> The codewabanex
-> Data handling and logicwabanex_web
-> MVC, routes, etc.
config
-> The project variablesmix.exs
-> Project dependencies and configuration
git clone
this project- cd
wabanex
mix ecto.setup
mix phx.server
- go to
http://localhost:4000/api?filename=students.csv
http://localhost:4000/api/graphiql/
to use graphiql
- Check if the service has started:
service postgresql status
- If not then:
service postgresql start
- Then
sudo -u postgres psql
- And finally:
\password
to set a new password - type the new password on the config files