Written and researched by :

Ashikur Rahaman

ashik.iuict@gmail.com

- What is an access token and refresh token?

An access token is a credential used to access protected resources on behalf of a user. It's typically short-lived and grants access to specific resources or services. A refresh token is a longer-lived credential used to obtain new access tokens once they expire, without requiring the user to reauthenticate.

- What is express js?

Express.js is a popular web application framework for Node.js. It simplifies the process of building web applications and APIs by providing a robust set of features and middleware, making it efficient and flexible for developers

- What is Nest JS?

Nest JS is a progressive Node.js framework for building efficient, reliable, and scalable server-side applications. It uses TypeScript and is heavily inspired by Angular's architecture, making it easy to maintain and test applications

- Technology used to build in this website

1. HTML (HyperText Markup Language): Provides the structure and content of web pages.

2. CSS Tailwind: A utility-first CSS framework that helps in rapidly building custom designs without writing CSS from scratch.

3. React: A JavaScript library for building user interfaces, enabling the creation of interactive components and managing the state of the application efficiently.

4. MongoDB: A NoSQL database used for storing and managing data in a flexible, scalable, and JSON-like format, commonly used in web applications.

5. Firebase: A platform developed by Google that provides various services for building web and mobile applications, including authentication, hosting, real-time database, and cloud functions.

6. React Packages: Additional libraries and packages for React that provide specific functionalities or utilities, enhancing the development process and improving the user experience.