An open API service indexing awesome lists of open source software.

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...

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