All Projects → 8iq → nodejs-hackathon-boilerplate-starter-kit

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

Licence: MIT license
Just a Hackaton/Startup Full-stack node.js starter

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to nodejs-hackathon-boilerplate-starter-kit

materializecss starter
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss
Stars: ✭ 58 (+56.76%)
Mutual labels:  hackathon, starter-template, starter-kit, starter-project
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+48.65%)
Mutual labels:  starter-template, starter-kit, starter-project
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-59.46%)
Mutual labels:  starter-template, starter-kit, starter-project
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (-8.11%)
Mutual labels:  starter-template, starter-kit, starter-project
php-base-project
A Composer ready package to start a new PHP 7 project
Stars: ✭ 17 (-54.05%)
Mutual labels:  starter-template, starter-kit, template-project
SampleProject
A starter project for Sample Project in Objective C. Objective C version of https://github.com/xeieshan/SwiftySampleProject
Stars: ✭ 31 (-16.22%)
Mutual labels:  starter-template, starter-kit, starter-project
enlite-starter
Enlite Starter - React Dashboard Starter Template with Firebase Auth
Stars: ✭ 28 (-24.32%)
Mutual labels:  starter-template, starter-kit, starter-project
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (-35.14%)
Mutual labels:  starter-template, starter-kit, starter-project
node-typescript-starter
A modern nodejs api boilerplate with typescript
Stars: ✭ 49 (+32.43%)
Mutual labels:  starter-kit, boilerplate-node
ventilator-FI5
FI5: Rapidly Manufactured Ventilator System
Stars: ✭ 31 (-16.22%)
Mutual labels:  rapid-prototyping, rapid-development
nodejs-starter-template
You can use this template when you're starting a new project by using Node.js, Express, and Mongoose. It contains general concepts, you can customize it according to your needs.
Stars: ✭ 54 (+45.95%)
Mutual labels:  starter-template, template-project
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+554.05%)
Mutual labels:  hackathon, starter-kit
Hackathon Starter
A boilerplate for Node.js web applications
Stars: ✭ 32,485 (+87697.3%)
Mutual labels:  hackathon, starter-kit
frontenso-11ty-starter
Production-ready 11ty+Gulp+Webpack Starter that features Nunjucks, SASS, TailwindCSS (with JIT complier), and ESNext.
Stars: ✭ 24 (-35.14%)
Mutual labels:  starter-template, boilerplate-front-end
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (+9027.03%)
Mutual labels:  hackathon, starter-kit
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+56818.92%)
Mutual labels:  hackathon, starter-kit
react-admin
基于React + ant-design的用作后台管理项目的脚手架
Stars: ✭ 96 (+159.46%)
Mutual labels:  starter-template, starter-kit
react-typescript-material-ui-with-auth-starter
React + Material UI + Auth starter using TypeScript
Stars: ✭ 27 (-27.03%)
Mutual labels:  starter-template, starter-project
saas-react-starter-kit-boilerplate
SaaStr is a React SaaS boilerplate to kickstart your new SaaS adventure as fast as possible. Built on top of Adonis JS for the BackEnd and React Starter Kit for the Front-End
Stars: ✭ 100 (+170.27%)
Mutual labels:  starter-template, starter-kit
ruby-sinatra-starter-app
A starter project for Ruby On Sinatra web app projects to introduce programmers to Ruby programming.
Stars: ✭ 36 (-2.7%)
Mutual labels:  starter-kit, starter-project

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].