A Discord-like web application for chatting with your friends.
⚠️ The project is very bare-bones and not much works/exists. If you have ideas / know how to improve it, please contact me.
⚠️ At the moment, there is no official website for this at the moment.
- Download the repository
- Install NodeJS and PostgreSQL on your system
- Initialise the project
- Create a database called
syrenity
:psql -c "CREATE DATABASE syrenity;"
- Load the schema
psql -d syrenity /path/to/project/schema.sql
- Create a database called
- Run
npm install
- Start it with
npx ts-node src/index.ts
If you find any issues with any part of the project, please either open an issue, or contact me. Make sure to include as much details about the issue as you can.