Skip to content

exacs/ontag_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OntagCore

The Core of Ontag, rewritten.

Why?

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.

The Application vs The Web Interface

  • All the code concerning the Application itself (including the business logic) is under the OntagCore module in the lib/ontag_core directory
  • The web interface is under the OntagCoreWeb module in the lib/ontag_core_web directory

Check them out!

Read more

Generate the docs using:

mix docs

Then open /doc/index.html

About

Liqen is now called Ontag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published