messenger-demo-backend
Demo backend for a GraphQL messenger
How to run:
- Clone repository and run
yarn install
- Make sure postgresql is running on port 5432, and there are user and database both named
messenger-demo-backend
. Or change settings to match local configuration in ormconfig.json.
- Run
yarn start
- Graphql playground will be available at http://localhost:2210/graphql