2023-12-04 15:31:58 +01:00
2023-12-04 14:45:20 +01:00
2023-11-30 11:17:44 +01:00
2023-11-29 22:11:47 +01:00
2023-11-30 11:51:56 +01:00
2023-12-04 15:31:58 +01:00
2023-11-29 10:29:36 +01:00
2023-12-04 14:45:20 +01:00
2023-12-04 15:31:58 +01:00
2023-12-01 08:06:42 +01:00
2023-12-04 14:45:20 +01:00

boilerplate-backend

nodejs npm docker

The IT4C Boilerplate for an apollo express backends.

Requirements & Technology

To be able to build this project you need nodejs, npm and optional docker.

The project sets up an apollo express server.

Commands

The following commands are available:

Command Description
Develop
npm run dev Compiles and hot-reloads for development
Test
npm run test:lint Run all linters
npm run test:lint:eslint Run linter eslint
npm run test:lint:remark Run linter remark

Endpoints

The following endpoints are provided given the right command is executed or all three if docker compose is used:

Endpoint Description
http://localhost:4000/graphql GraphQL API
http://localhost:4000/playground GraphQL Playground

License

Apache 2.0

Description
Boilerplate for an apollo express backend
Readme Apache-2.0 1.3 MiB
Languages
TypeScript 57%
Dockerfile 43%