Slack Website
A Full Stack Web Application of a Slack clone
Steps to run the web application:
- Go to the folder where you extracted the code
- Run 'npm install'
- Go into the frontend folder, and run 'npm install'
- Leave the frontend folder and go into the backend folder, and run 'npm install'
- Stay in backend folder and run 'docker-compose up -d' to start the database Docker container
- Leave the backend folder and run 'npm start' to start the web application