Welcome to the official GitHub repository for Thrivr/Instawalkin, a groundbreaking last-minute booking platform designed to integrate with all scheduling software without the need for API usage. This repository contains the source code and documentation for our project, which was initially developed on Bitbucket from 2018-2020.
Thrivr/Instawalkin was created to address the need for a seamless, last-minute booking solution that could easily sync with existing scheduling systems without relying on APIs. Our platform aims to streamline the booking process and improve user experiences for customers and businesses by offering an efficient and versatile tool.
- Last-minute appointment booking and walk-in management
- Syncs with all scheduling software without using APIs
- User-friendly interface for customers and businesses
- Advanced search functionality for discovering local services
- Integration with popular calendar apps and tools
- Real-time notifications and updates
- Comprehensive analytics and insights for businesses
The Project is bootstrapped with create-next-app + storybook.
Installing Dependency
npm install
# or
yarn install
For Starting Nextjs Server
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
For the production server:
npm run build
# or
yarn build
npm run start
# or
yarn start
For Starting Storybook Server
npm run storybook
# or
yarn storybook
- Nextjs
- Storybook
- Styled-components
- Redux
- dotenv
npm install
npm run build