We're a place where coders share, stay up-to-date and grow their careers.
actually, seeing all the decorators, it absolutely looks like implementing an api. looks pretty much like nest.js.
how is it actually with data? does this keeps everything in memory? is there a seperate database?
The backend is stateless and all data comes either from the frontend or the database.
actually, seeing all the decorators, it absolutely looks like implementing an api. looks pretty much like nest.js.
how is it actually with data? does this keeps everything in memory? is there a seperate database?
The backend is stateless and all data comes either from the frontend or the database.