8iq / nodejs-hackathon-boilerplate-starter-kit

Just a Hackaton/Startup Full-stack node.js starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackathon workflow

Look At Screenshot folder!

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.

Contents

Why?

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

Features

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

Getting started

Check getting-started.md

Deploying

Check deploy.md

Contributing

Check contributing.md

About

Just a Hackaton/Startup Full-stack node.js starter

License:MIT License


Languages

Language:JavaScript 94.8%Language:Python 4.2%Language:Dockerfile 0.4%Language:HTML 0.2%Language:Shell 0.2%Language:Less 0.1%