Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

arkanoryn/yggdrasil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yggdrasil project

A single and simple playground project.

Playground

I work on this project to learn two new concepts. This application is only a playground for me to have fun and improve my knowledge over some technologies or concepts I am interested in.

Here is a small list, non exaustiv:

  • Elixir
  • Phoenix Framework - to handle any HTTP connection/request
  • Microservice - separate the business logic into self-aware application
  • GraphQL - use as database interface
  • Concurrency, OTP, ... - Force asynchronious code, for the simple purpose of trying

There is no end-goal for this application.

Architecture

You will find instruction to setup each parts of the project at the root of each folder.

This project is meant to be developed using Vagrant as a development environment, instead of your own personal one.

ArkAnoryn, 08.02.2017

Get credentials:

datas = Tesla.post("http://localhost:4000/api/sessions/new", Poison.encode!(%{username: "arkanoryn", password: "1234567890"}), headers: %{"Content-Type" => "application/json"}).body |> Poison.decode!

token = datas["data"]["token"]

## /!\ Do not forget the "Bearer " before the token!!! /!\
Tesla.get("http://localhost:4000/api/absences", headers: %{"Content-Type" => "application/json", "Authorization" => "Bearer #{token}"})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published