Simple REST API Project in Elixir
To run the API:
make up
make run
- Password
- User
- Full name
- Gender
- Biography
There are 9 endpoints to test it, all are located in localhost:4000/api
Root from api, only displays a welcome message
Creates a new account. As parameters it receives in Json format the parameters from the account and user. It verifies that the email is valid.
Given a email and a password in Json format it signs in on the API.
Shows the data of the given id
Receives an id from an account and the parameters to modify and updates the account
Signs out the account on the API
Refresh the session token
Deletes the account that belongs to the given id
Receives an id from the user and the parameters to modify and updates the user