Skip to content

TFA Dashboard Back-End 1.0.0

Compare
Choose a tag to compare
@BlackIQ BlackIQ released this 18 Jul 19:43
· 50 commits to main since this release

First release 🎉

After near 1 month testing beta and working on architecture, now we cam release the first version of TFA Dashboard Back-End 🥳

What is TFA Dashboard created with?

TFA Dashboard is a MERN application. 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.