All Projects → daniloab → fullstack-playground

daniloab / fullstack-playground

Licence: other
Monorepo playground with GraphQL Server, Rest API Server, typescript config, test utils, jest config, webpack and more

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to fullstack-playground

WebAppReader
基于 html5 、 Vue.js 、 Koa、Node.js 以及 EJS 的手机小说阅读器。使用 node.js 模拟后台数据,无实际后台,完全的前后端分离开发。
Stars: ✭ 15 (-68.09%)
Mutual labels:  koa
web-onefx-boilerplate
Full-stack React Framework for building web and backend
Stars: ✭ 34 (-27.66%)
Mutual labels:  koa
aws-serverless-koa
This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using the Koa.js application framework
Stars: ✭ 37 (-21.28%)
Mutual labels:  koa
js
serverless your express/koa/restify apps
Stars: ✭ 21 (-55.32%)
Mutual labels:  koa
tsed
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 2,350 (+4900%)
Mutual labels:  koa
nodejs-koa-blog
基于 Node.js Koa2 实战开发的一套完整的博客项目网站
Stars: ✭ 1,611 (+3327.66%)
Mutual labels:  koa
koa-whistle
This package is no longer maintained(该模块不再维护)
Stars: ✭ 11 (-76.6%)
Mutual labels:  koa
midwayjs-crud
基于 Typescript+MidwayJs+Nacos 的微服务开发架构
Stars: ✭ 45 (-4.26%)
Mutual labels:  koa
universal-react-starter-kit
Universal React Starter Kit is an universal web application framework using koa, react, redux and webpack.
Stars: ✭ 13 (-72.34%)
Mutual labels:  koa
deploy
Used to deploy project, includes webhooks.
Stars: ✭ 15 (-68.09%)
Mutual labels:  koa
graphql-ufc-api
GraphQL server for UFC's public API
Stars: ✭ 26 (-44.68%)
Mutual labels:  koa
koa-xml-body
koa middleware to parse xml request body
Stars: ✭ 36 (-23.4%)
Mutual labels:  koa
tie
🧶A Node.js Framework based on TypeScript and Express.
Stars: ✭ 30 (-36.17%)
Mutual labels:  koa
koa-react-redux-universal-boilerplate
[Unmaintained] A fullstack Koa + React + Redux Universal Boilerplate to speed up your development process.
Stars: ✭ 22 (-53.19%)
Mutual labels:  koa
back-boilerplate
A boilerplate for building RESTful APIs using Node.js, PostgreSQL, koa, knex, bookshelf.
Stars: ✭ 33 (-29.79%)
Mutual labels:  koa
koa-to-serverless
只需要改一行代码就能够让你的 Koa 框架应用在 Serverless 架构环境上运行
Stars: ✭ 28 (-40.43%)
Mutual labels:  koa
koa-session-mongoose
Mongoose store for Koa sessions
Stars: ✭ 29 (-38.3%)
Mutual labels:  koa
koa-better-error-handler
A better error-handler for Lad and Koa. Makes `ctx.throw` awesome (best used with koa-404-handler)
Stars: ✭ 51 (+8.51%)
Mutual labels:  koa
rncms
🔥 Rncms 是基于 Koa2 + Webpack4 + Reactjs 结构简单 Cms 易于开发企业站和文档系统【已废弃】
Stars: ✭ 52 (+10.64%)
Mutual labels:  koa
koahub-cli
KoaHub CLI -- KoaHub.js的开发工具,自动babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。
Stars: ✭ 16 (-65.96%)
Mutual labels:  koa

Fullstack Playground

The Fullstack Playground it is a place to be used as example for new technologies and used to build a new one too.

What we have here

  • Rest API Server
  • GraphQL API Server
  • Test package
  • Babel Packge
  • Notification Package

Getting Started

First of all you need run a yarn command to install the node_modules

yarn

ENV

Config your local .env for each package going to .env.example files

MONGODB

Create a local mongodb and this should be okay to run

API

yarn api

SERVER

yarn server

package.json

Go to package.json to see other command like build, prettier, jest, etc.

Blog Posts

The fullstack playground is used as a base to create blog posts, videos, etc. You can find here each one listed related to the package that it was used.

Building Rest APIs with KoaJS [pt-BR] - NodeBR

Building Rest APIs with koa-js pt-BR

Talk with me

If you want to understand more about the technologies used here, you can schedule a 30min talk here with me.

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].