https://github.com/razor-eng/slack-2024
https://github.com/razor-eng/slack-2024
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/razor-eng/slack-2024
- Owner: Razor-eng
- Created: 2024-09-10T20:31:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T22:44:47.000Z (over 1 year ago)
- Last Synced: 2025-01-24T01:29:57.044Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://slack-gray-seven.vercel.app
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack
A Slack clone to create, update and delete worksapce, with inviting users to your worksapce similar to Slack Application.
## Features
- Protected Routes
- Add/Update/Delete Workspaces
- Responsive workspaces
- Add/Delete Members
- Realtime updates
- Fullscreen mode
- Cross platform
## Tech Stack
**Client:** Next, TailwindCSS, Shadcn
**Server:** Node, Convex
**Database:** Convex
## Installation
Copy my-project to repository
```bash
git clone git@github.com:Razor-eng/Slack-2024.git my-project
```
Install my-project with npm
```bash
cd my-project
npm install
```
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`CONVEX_DEPLOYMENT`
`NEXT_PUBLIC_CONVEX_URL`