Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vulonkaaz/kangaroo-chat
backend for a chat application (school project)
https://github.com/vulonkaaz/kangaroo-chat
Last synced: 27 days ago
JSON representation
backend for a chat application (school project)
- Host: GitHub
- URL: https://github.com/vulonkaaz/kangaroo-chat
- Owner: vulonkaaz
- Created: 2024-09-16T08:33:19.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-16T08:48:20.000Z (4 months ago)
- Last Synced: 2024-11-07T07:38:08.827Z (3 months ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kangaro'O
Kangaro'O is a web-based instant messaging software you can install on your server, it is written in node.js for the backend and react for the frontend
This repo is the backend part of the project
## dependencies
nodejs, npm, postgres, sqitch
## how to start
* make a new database in postgres
* make the sqitch.conf and .env files using the exemples
* `sqitch deploy` to fill the database
* `node index.js` to launch the server