https://github.com/mimaxuz/umessenger
A messenger application created using multiple programming technologies...
https://github.com/mimaxuz/umessenger
chat chat-application chatroom client javascript js json-api messanger node nodejs react reactjs rest-api restful-api server typescript
Last synced: 2 months ago
JSON representation
A messenger application created using multiple programming technologies...
- Host: GitHub
- URL: https://github.com/mimaxuz/umessenger
- Owner: MIMAXUZ
- License: mit
- Created: 2020-08-12T09:23:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T12:30:59.000Z (almost 6 years ago)
- Last Synced: 2025-08-02T17:43:18.985Z (11 months ago)
- Topics: chat, chat-application, chatroom, client, javascript, js, json-api, messanger, node, nodejs, react, reactjs, rest-api, restful-api, server, typescript
- Language: TypeScript
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uMessenger
A messenger application created using multiple programming technologies...
### `Note project under construction!`
# Installation
1. Clone the repository
2. npm or yarn install (yarn recommended)
3. install MySQL (5.6 or higher
4. edit ormconfig.json
5. Run:
- Nodemon mode: `npm watch` or `yarn watch`
- Run: `npm run` or `yarn start`
- Dev: `npm run:dev` or `yarn start:dev`
# Stack
- NodeJS
- TypeScript
- Express
- TypeORM (MySQL)
- Socket.io
- JSONWebTokens (JWT)
- Nodemon