Skip to content

Releases: tfasoft/dashboard-api

TFAsoft Dashboard API 5.7.2

06 May 11:19
Compare
Choose a tag to compare

New release of TFAsoft Dashboard API 🎉

Admin panel. Where people who are using out service have. In dashboard you can see your access token, analytics and stuff.

Change logs

  • Fix analytics issues.
  • Add IP limitation.
  • Add service activation control.

Amirhossein Mohammadi - Mar 2023

TFAsoft Dashboard API 5.5.1

22 Apr 12:27
Compare
Choose a tag to compare

New realease of TFAsoft Dashboard API 🎉

Admin panel. Where people who are using out service have. In dashboard you can see your access token, anytics and stuff.

Change logs

  • Having multi services ( Apps ) with seperated access tokens.
  • Add Analytics by API logs.

Amirhossein Mohammadi - Apr 2023

TFAsoft Dashboard API 3.3.1

21 Apr 11:51
Compare
Choose a tag to compare

New realease of TFAsoft Dashboard API 🎉

Admin panel. Where people who are using out service have. In dashboard you can see your access token, anytics and stuff.

Change logs

  • Add Zarinpal payment gate.
  • Add re-generate access token.
  • Add Email activation.
  • Get more data in register.

Amirhossein Mohammadi - Apr 2023

TFAsoft Dashboard API 2.0.0

20 Apr 13:10
Compare
Choose a tag to compare

Second realease of TFAsoft Dashboard API 🎉

Admin panel. Where people who are using out service have. In dashboard you can see your access token, anytics and stuff.

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 Dashboard Back-End 1.0.0

18 Jul 19:43
Compare
Choose a tag to compare

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.