Rapid Development Node.js Hackathon template: DEMO
This template based on KeystoneJS and Next.js.
We also use Expo for React based mobile app development. Ant Design as React Web UI kit and UI Kitten as React Native UI kit
KeystoneJS is just a glue between Express, ApolloGraphql, Mongoose/Knex/Prisma (as ORM).
Next.js is just a zero config React based framework.
Javascript ecosystem is full of tutorials, open-source and helpful materials, but still, it's often up to the developer to implement such basic features like:
- Authentication workflow (register-login-reset)
- Permission mechanism
- Import/Export
- Logic reusability between web and mobile
- And more
This project provides you with these basic features, allowing you to focus on core business logic
Our primary focus is startup developers and hackaton teams
VERSION: 0.0.1 𝛼
- Based on ApolloGraphql, KeystoneJS and NextJS
- 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
- A lot of examples — check /apps
- Pluggable — use only what you need
- Deployable — check deploy.md
Full list of features and requested features is found under contibuting.md and issues
Check getting-started.md
Check deploy.md
Check contributing.md