All Projects β†’ itdagene-ntnu β†’ itdagene-webapp

itdagene-ntnu / itdagene-webapp

Licence: MIT license
Next-gen itdagene webapp

Programming Languages

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

Projects that are alternatives of or similar to itdagene-webapp

NoPMsBot
https://telegram.dog/ShriMADhaBot
Stars: ✭ 127 (+746.67%)
Mutual labels:  relay
VineRelayStore
πŸ”₯ VineRelay is Content Management Boilerplate which enables you to quickly scaffold a shop with the basic features using React, Relay and GraphQL.
Stars: ✭ 16 (+6.67%)
Mutual labels:  relay
graphql-hackathon
Repo for starter kits and samples for the GraphQL Community Hackathon
Stars: ✭ 25 (+66.67%)
Mutual labels:  relay
qweechat
Qt remote GUI for WeeChat.
Stars: ✭ 56 (+273.33%)
Mutual labels:  relay
theonionbox
Dashboard to monitor Tor node operations
Stars: ✭ 116 (+673.33%)
Mutual labels:  relay
conduit
Conduit - Open Source 0x Relayer API implemented in NodeJS
Stars: ✭ 18 (+20%)
Mutual labels:  relay
azure-relay
☁️ Azure Relay service issue tracking and samples
Stars: ✭ 81 (+440%)
Mutual labels:  relay
social-relay
Public post relay for the Diaspora federated social network protocol
Stars: ✭ 27 (+80%)
Mutual labels:  relay
zola-api
Zola’s API.
Stars: ✭ 23 (+53.33%)
Mutual labels:  relay
heltin
Robust client registry for individuals receiving mental healthcare services.
Stars: ✭ 18 (+20%)
Mutual labels:  relay
graphql-client-example-server
A simple GraphQL server for powering examples of various GraphQL clients in various languages.
Stars: ✭ 34 (+126.67%)
Mutual labels:  relay
ReSift
A state management library for data fetches in React
Stars: ✭ 39 (+160%)
Mutual labels:  relay
chpc
CHPC: Cheap Heat Pump Controller
Stars: ✭ 27 (+80%)
Mutual labels:  relay
vscode-graphiql-explorer
Use GraphiQL + GraphiQL Explorer to build your GraphQL operations, right from inside of VSCode.
Stars: ✭ 35 (+133.33%)
Mutual labels:  relay
opcua-esp32
Embedded OPC UA Server on ESP32 based on open62541 stack
Stars: ✭ 82 (+446.67%)
Mutual labels:  relay
relay-core
Kubernetes-based execution engine
Stars: ✭ 15 (+0%)
Mutual labels:  relay
server
Serve one or more react apps! - Custom routes, HotReloading, Authenticated Apps/routes, Relay, Webpack..
Stars: ✭ 20 (+33.33%)
Mutual labels:  relay
periqles
React form library for Relay and Apollo
Stars: ✭ 124 (+726.67%)
Mutual labels:  relay
react-relay-appsync
AppSync for Relay
Stars: ✭ 19 (+26.67%)
Mutual labels:  relay
relay-store-types-generator
Generate types for the Relay store from your GraphQL schema.
Stars: ✭ 17 (+13.33%)
Mutual labels:  relay

itDAGENE-webapp

nextgen itDAGENE frontend

Picture of the page

Written using next.js, react-relay and graphql.

Setup

$ yarn
$ yarn schema:prod # replace 'prod' with 'dev' when running backend
$ yarn relay

Development

$ yarn dev
$ # open http://localhost:8000
$ # To run against itdagene.no:
$ yarn dev:prod

$ # Running tests
$ yarn build
$ RELAY_ENDPOINT=https://itdagene.no/graphql yarn test

Config

  • RELAY_ENDPOINT: graphql endpoint for relay (default: http://localhost:8000)
  • SENTRY_DSN: Sentry DSN

Code style

The source code is formatted with prettier, and use eslint for basic linting. To verify that your code is good to go, you have to execute the following commands:

$ yarn schema:prod
$ yarn relay
$ yarn lint
$ yarn test
$ yarn build

Running in production

In order to run in production, you have to build and then server the SSR. This project ships with a Dockerfile meant for building and running the project.

$ yarn build
$ RELAY_ENDPOINT=... yarn start
$ # using docker
$ docker build -t itdagene/itdagene-webapp .
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].