Overview:
This product is a Rapid Development Node.js Hackathon template that is based on KeystoneJS and Next.js. It also incorporates Expo for React based mobile app development. The template includes features such as authentication workflow, permission mechanism, import/export functionality, logic reusability between web and mobile, and more. The primary focus of this template is on startup developers and hackathon teams.
Features:
- Auth flow
- Registration
- Authentication and Authorization
- Change password
- Reset password
- Organization entity
- Management of organization members
- Invite users
- Import users from excel
- Ant design based frontend
- Pluggable - use only what you need
Installation:
To install the Hackathon template, follow these steps:
Clone the repository:
git clone <repository-url>Install dependencies:
cd <project-folder> npm installStart the application:
npm run dev
Summary:
The Hackathon template is a Rapid Development Node.js solution based on KeystoneJS and Next.js. It provides a range of features such as authentication, organization management, and user invitation. The template aims to simplify the development process for startup developers and hackathon teams by providing basic functionality out of the box, allowing developers to focus on their core business logic.