Open-source community chat made simple.
chattr was created to make an open-source communication platform for community chat. As someone who has grown up in the open-source community, it makes me cringe everytime I see a project Discord server. This serves as an alternative in the true style of the community.
To spin up the development server, you will need to create a .env on the root of the server directory with the following items:
NODE_ENV = dev # change to prod for production
PORT = 5000 # your desired port number
MONGO_URI = mongodb+srv:// # your mongo uri
JWT_SECRET = secret_key # your jwt secret key
Then you can run the following to spin up the development server:
npm run dev
This project is licensed under the GPL v3 license available in LICENSE.
- Add a register page