Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/city-of-helsinki/events-helsinki-api-proxy
BFF (backend for frontend) for tapahtumat.helsinki
https://github.com/city-of-helsinki/events-helsinki-api-proxy
Last synced: about 1 month ago
JSON representation
BFF (backend for frontend) for tapahtumat.helsinki
- Host: GitHub
- URL: https://github.com/city-of-helsinki/events-helsinki-api-proxy
- Owner: City-of-Helsinki
- License: mit
- Created: 2019-12-19T12:59:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T03:50:45.000Z (about 1 year ago)
- Last Synced: 2024-04-08T16:41:30.710Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.44 MB
- Stars: 2
- Watchers: 19
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Event Helsinki GraphQL proxy
## Development with Docker
To build the project, you will need [Docker](https://www.docker.com/community-edition).
Building the project
cp .env.example .env
docker-compose buildStarting the application
docker-compose up -d
GraphQL playground will run on http://localhost:4000/proxy/graphql
## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.
Open [http://localhost:4000/proxy/graphql](http://localhost:4000/proxy/graphql) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `yarn test`
Launches the test runner
### `yarn build`
Builds the app for production to the `build` folder.
### `yarn start:prod`
Runs the graphql proxy in the production mode.
Open [http://localhost:4000/proxy/graphql](http://localhost:4000/proxy/graphql) to view it in the browser.### `yarn codegen`
Generate graphql types from schema### `yarn lint`
Run eslint to all files on
### `yarn format-code`
Fix all the eslint errors