Chatterabi is an anonymized chat platform that allows users to communicate with each other in a secure and private environment.
- Node.js
- Express
- PostgreSQL
- Web Sockets
- Clone the repository:
git clone https://github.com/JeremyEffinger/chatterabi.git
- Install teh dependences
npm Install
- Create a .env file in the root directory of the project and add the following line
CHATTERABI_DB_URL=[database connection string]
- Run the migrations file to create the database:
psql -f migrations.pgsql
- Start the server:
npm start
The application will now be running at http://localhost:3000
.
If you'd like to contribute to the development of Chatterabi, please fork the repository and submit a pull request.
Chatterabi is open-source software licensed under the MIT license.