Skip to content

Chatterabi is an anonymized chat platform built with Node.js, Express, PostgreSQL, and Web Sockets. Chat with other users in an anonymized environment.

Notifications You must be signed in to change notification settings

JeremyEffinger/chatterabi

Repository files navigation

Chatterabi

Chatterabi is an anonymized chat platform that allows users to communicate with each other in a secure and private environment.

Technologies

  • Node.js
  • Express
  • PostgreSQL
  • Web Sockets

Setup

  1. Clone the repository:
git clone https://github.com/JeremyEffinger/chatterabi.git
  1. Install teh dependences
npm Install
  1. Create a .env file in the root directory of the project and add the following line
CHATTERABI_DB_URL=[database connection string]
  1. Run the migrations file to create the database:
psql -f migrations.pgsql
  1. Start the server:
npm start

The application will now be running at http://localhost:3000.

Contributing

If you'd like to contribute to the development of Chatterabi, please fork the repository and submit a pull request.

License

Chatterabi is open-source software licensed under the MIT license.

About

Chatterabi is an anonymized chat platform built with Node.js, Express, PostgreSQL, and Web Sockets. Chat with other users in an anonymized environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published