Skip to content

matthewgallant/chattr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chattr

Open-source community chat made simple.

Why?

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.

Running

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

License

This project is licensed under the GPL v3 license available in LICENSE.

Authors

Matthew Gallant
Matthew Gallant

Todo

  • Add a register page

About

Open-source community chat made simple.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published