Skip to content

Releases: tfasoft/demo-api

TFAsoft Demo API 3.3.1

21 Apr 11:36
Compare
Choose a tag to compare

New realease of TFAsoft Demo API 🎉

Demo is a project that you can test our service with that.

Change logs

  • Remove Bug scaffold. We now use GitHub issues for bugs. Not having a seperated bug page.

Amirhossein Mohammadi - Apr 2023

TFAsoft Demo API 2.2.0

20 Apr 21:03
Compare
Choose a tag to compare

Third realease of TFAsoft Demo API 🎉

Demo is a project that you can test our service with that.

Change logs

  • The most important update is detaching blog api from the main api. Now blog has its own api. Not being child of another api!
  • Update functionalities.
  • Bugs fixed.

Front-End

Front-End is also available in this repository.


Amirhossein Mohammadi - Apr 2023

TFA Demo Back-End 1.2.0

05 Aug 03:11
Compare
Choose a tag to compare

Summary

TFAsoft demo is a project that you can test our service with that.

Change logs

  • Add Report bug endpoint.
  • Fix small issues in Heroku.

TFA Demo Back-End 1.0.0

27 Jul 12:45
Compare
Choose a tag to compare

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.