guiprav/alastor

Database APIs (internal + HTTP)

guiprav opened this issue · 0 comments

PR #6.

  • Use Feathers database adapters.
  • Start with NeDB so we don't have to setup complex database systems for now, and so we can start schemaless and migrate to an RDBMS once the database schema is stable.
  • Implement generic Express endpoints capable of creating new database collections.