Skip to content

CommonActionForum/ontag_core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

OntagCore

The Core of Ontag, rewritten.

Deploy in Heroku in one click

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

Deploy

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 71.4%
  • JavaScript 27.3%
  • HTML 1.3%