Thecnical test for CondorLabs. A little chat web app
- Login and Register
- Update profile with avatar image
- Create, update and delete chat group
- Send message to group chat
- Send private message to user
- Find users and messages
- See users online and new messages
- Send image in chat with the url
- All events are in realtime
- Run Mongo Database
First, clone this repo
git clone https://github.com/Kmario19/condorchat.git
Then, install dependencies
cd condorchat
npm install
Run server. Default in port 5000
npm run serve
Go to client folder and install dependencies
cd client
npm install
Run client
npm run dev
Go to http://localhost:8080 and enjoy!
- Express Express routing
- Mongoose Object models
- Bootstrap 4.3 - Web Framework
- Vue CLI - Tool to create the client
- Socket.io 2.0 - Use to realtime functions
- ❤️️ Good Love