Nucleus is a chat app build with Next.js and Nest.js. The name comes from the tv series Silicon Valley
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Nucleus is a little chat app i build. You can join and create rooms to chat with other people or friends.
This project uses yarn as packet manager.
- yarn
npm install --global yarn
- Clone the repo
git clone https://github.com/Louis3797/nucleus-chat-app.git
- Install yarn packages
yarn init
- Start Next.js
cd client yarn start
- Start Nest
cd.. cd server nest start
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
- Adding Rooms
- Add jwt
- Sending Pictures
- Sending Yt Videos
- Log out button
- Upgrade ui and ux
- Bug fixing
- Add docker container
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE.txt
for more information.
Louis
Project Link: Nucleus