An open API service indexing awesome lists of open source software.

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

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