https://github.com/phra/graphql-apollo-react-chat
https://github.com/phra/graphql-apollo-react-chat
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phra/graphql-apollo-react-chat
- Owner: phra
- Created: 2017-06-27T22:54:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T06:14:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T02:36:05.884Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.12 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Typescript // Mongoose // Apollo GraphQL Server // Angular 4+ // React // Starter Kit
# Prerequisites
- node v8.x.x - `sudo n latest` or `nvm install 8.1.0`
- yarn - `sudo npm i -g yarn`
- docker - see your distro documentation
# Installation
```bash
yarn
```
# Run
```bash
yarn start # it will run backend and frontend
```
# Usage
- Go to `http://localhost:4000/graphiql` for the GraphiQL UI
- Go to `http://localhost:3000` for the react app
- Login with SUPERADMIN:TEST credentials
Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.