Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 968 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 968 Bytes

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.