Skip to content

patemeryfl/slack-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack Client

Built using React / GraphQL

To Run Locally

  1. Install PostGRES.
  1. Clone repository and use NPM to install required packages.

Start The Server

  1. Start the PostGRES database. pg_ctl -D /usr/local/var/postgres start
  2. Start the Express server npm run server
  3. Start the client. npm run client
  4. Navigate to localhost:8080
  5. Register new accounts and start chatting!

Additional Information

GraphiQL is installed and running by default.

  • Access it at localhost:3000/graphiql

About

Slack client using React, Apollo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages