Group carpool to your event. This is a mirror of https://git.octree.ch/p/caroster.
Caroster is an app designed to simplify group carpooling for events, parties, seminars, and more. It is a free and easy-to-use app that allows users to organize carpooling for various activities. The app consists of a frontend app based on NextJS and a backend server using Strapi. It is currently in beta and may undergo big changes, particularly in terms of data architecture. To fully utilize Caroster, users will need to have SMTP configuration set up to send emails.
docker compose up psql -d.To run the tests for Caroster's GraphQL endpoints, follow these steps:
Caroster is an app that simplifies group carpooling for various events. With its easy-to-use interface and features like a frontend based on NextJS and a backend server using Strapi, it provides a convenient solution for organizing carpooling. Although still in beta, Caroster is a promising tool for managing group transportation logistics.
Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.