Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniloab/fullstack-playground
Monorepo playground with GraphQL Server, Rest API Server, typescript config, test utils, jest config, webpack and more
https://github.com/daniloab/fullstack-playground
graphql javascript koa nodejs rest-api
Last synced: 11 days ago
JSON representation
Monorepo playground with GraphQL Server, Rest API Server, typescript config, test utils, jest config, webpack and more
- Host: GitHub
- URL: https://github.com/daniloab/fullstack-playground
- Owner: daniloab
- Created: 2020-05-17T18:33:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T01:25:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-18T09:15:49.948Z (26 days ago)
- Topics: graphql, javascript, koa, nodejs, rest-api
- Language: TypeScript
- Homepage:
- Size: 7.65 MB
- Stars: 50
- Watchers: 4
- Forks: 3
- Open Issues: 26
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 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````terminal
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
```terminal
yarn api
```### SERVER
```terminal
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](http://img.youtube.com/vi/BwTFKripKL4/0.jpg)](http://www.youtube.com/watch?v=BwTFKripKL4 "Building Rest APIs with koa-js pt-BR")### Talk with me
If you want to understand more about the technologies used [here](https://calendly.com/daniloab/30min-daily-meeting), you can schedule a 30min talk here with me.