The Core of Ontag, rewritten.
You can use the following button to deploy the App in Heroku.
It will install and setup everything for you, i.e.:
- A PostgreSQL Database (free Tier)
- Elixir and Phoenix build stacks
- Procfile
- Autogenerated secure secret keys
In the past, we created Liqen Core as a Web Application using the Phoenix Framework.
Now, the framework is updated to version 1.3. And, if you have seen this video presentating it you will notice a change of mindset to develop with it.
So, OntagCore is no longer a Web Application created using Phoenix.
Now, it is an Elixir Application with a Web layer on top of it.
- All the code concerning the Application itself (including the business logic) is under the
OntagCore
module in thelib/ontag_core
directory - The web interface is under the
OntagCoreWeb
module in thelib/ontag_core_web
directory
Check them out!
Generate the docs using:
mix docs
Then open /doc/index.html