Skip to content

TFA Demo Back-End 1.0.0

Compare
Choose a tag to compare
@BlackIQ BlackIQ released this 27 Jul 12:45
· 22 commits to main since this release

Second demo, first release 馃帀

Now that dashboard and SDKs passed beta version we upgraded our demo and now, TFA demo version 1.0.0 馃コ

What is TFA Demo created with?

TFA Demo is a MERN application same as Dashboard. If you are not familiar with MERN, MERN is a project using these 4 technologies:

  • MongoDB - Document database
  • ExpressJs - Node.js web framework
  • ReactJs - A client-side JavaScript framework
  • NodeJs - The premier JavaScript web server

So, now you know that this project is using ExpressJs and MongoDB that ExpressJs is running on NodeJs.

MVC architecture

We used MVC architecture for our Back-End. MVC is an architecture that stands for these stuff:

  • Model
  • View
  • Controller

Well we don't have views, we return some JSON objects.

Front-End

Front-End is also available in this repository.