https://github.com/c0des1gn/nuudel
Nuudel full stack with Nodejs, Fastify, MongoDB, GraphQL, React, Nextjs, Typescript, Material-UI
https://github.com/c0des1gn/nuudel
apollo docker fastify graphql material-ui mongodb nextjs node react scss typescript
Last synced: 12 months ago
JSON representation
Nuudel full stack with Nodejs, Fastify, MongoDB, GraphQL, React, Nextjs, Typescript, Material-UI
- Host: GitHub
- URL: https://github.com/c0des1gn/nuudel
- Owner: c0des1gn
- Created: 2022-01-17T10:33:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T07:37:25.000Z (about 2 years ago)
- Last Synced: 2024-04-05T08:38:13.816Z (about 2 years ago)
- Topics: apollo, docker, fastify, graphql, material-ui, mongodb, nextjs, node, react, scss, typescript
- Language: TypeScript
- Homepage:
- Size: 2.81 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Backend for an Advanced GraphQL Server w/ TypeScript
🚀 Bootstrap your GraphQL server within seconds
Advanced starter kit for a flexible GraphQL server for TypeScript - based on best practices from the GraphQL community.
## Create project
```bash
npx create-nuudel
# or
yarn create nuudel
```
# start
yarn build
yarn go
yarn next
# docker
yarn script
docker build --build-arg BRAND= -t nuudel-server .
docker tag nuudel-server registry.digitalocean.com/your-container-register/nuudel-server
docker push registry.digitalocean.com/your-container-register/nuudel-server:latest
# typed-scss-modules
cd node_modules/node-sass && npm rebuild node-sass && cd ../..
yarn tsm src