FlexSpace is a modern web application designed to streamline the management and booking of flexible workspace solutions. Built with Next.js 14, TypeScript, and Tailwind CSS, it offers a seamless experience for businesses and professionals seeking workspace solutions.
- Workspace Discovery: Browse and search through various workspace locations
- Real-time Booking System: Instantly book offices, meeting rooms, and coworking spaces
- User Management: Secure authentication and personalized user profiles
- Interactive Location Maps: Visual representation of workspace locations
- Responsive Design: Optimized for all devices and screen sizes
- Enterprise Solutions: Customized workspace solutions for large organizations
- Node.js 20.17.0 or later
- PostgreSQL
- pnpm 9.12.0 or later (recommended)
- Clone the repository
- Install dependencies:
pnpm install
- Set up environment variables:
cp .env.example .env
- Start the development server:
pnpm dev