To recreate a barebones Slack application while learning how to use React hooks, Node.js, Docker, Apollo, GraphQL, and PostgreSQL/Sequelize. Followed benawad's tutorials to gain a better understanding of the different technologies used throughout this project.
This project was bootstrapped with Create React App.
1. git clone https://github.com/javenkn/slack-clone-server.git
2. cd into that directory
3. npm install
4. npm start
1. git clone https://github.com/javenkn/slack-clone-client.git
2. cd into that directory
3. npm install
4. npm start
