Skip to content

julzheng/qiria_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QiriaServer

The repository above is organized using a mix of DDD and Modified Explicit Architecture, of which you can read in this article

📝 TO DO

  • ✅ BDD layer for User Acceptance Testing
  • ✅ Domain + Application layer testing

How to run

  1. You need to have MariaDB installed, and adjust the credentials on config/dev.secret.exs

mix ecto.migrate

  1. This command will scaffold the necessary db and table for the app

mix run --no-halt

  1. Running the above command will spawn two server, REST & GraphQL

How to test

MIX_ENV=test mix test

Running the above command will run the Unit test, Integration test & BDD test.

About

Qiria backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published