Welcome to Stationery Hub, a full-stack application designed to "". This project is split into two main parts: a Frontend built with modern tools and a Backend powered by TypeScript for scalability and reliability.
The frontend is built using a modern stack to deliver a fast and responsive user experience:
- Tech Stack: ReactJS + Vite + Tailwind CSS
- Why this stack?: Vite ensures lightning-fast development and builds, while Tailwind CSS provides a utility-first approach for rapid and consistent styling.
- Install Dependencies:
yarn
- Run Project:
yarn run dev
The backend provides a powerful API built with TypeScript and documented with Swagger for easy testing and integration:
- Tech Stack: Node.js + TypeScript + Swagger
- Why this stack?: TypeScript ensures type safety and better maintainability, while Swagger delivers interactive API documentation out of the box.
- Install Dependencies:
yarn
- Run Project:
yarn run dev