An open API service indexing awesome lists of open source software.

https://github.com/phra/graphql-apollo-react-chat


https://github.com/phra/graphql-apollo-react-chat

Last synced: about 1 year ago
JSON representation

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.