Skip to content

Commit

Permalink
Adding submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
DyLaNHurtado committed May 10, 2022
0 parents commit fc863a8
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "chat-angular"]
path = chat-angular
url = https://github.com/DyLaNHurtado/chat-angular.git
[submodule "chat-api-node"]
path = chat-api-node
url = https://github.com/DyLaNHurtado/chat-api-node.git
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Dylan Hurtado López

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# 🚀 COSMOS 🚀

[![LICENSE](https://img.shields.io/github/license/DyLaNHurtado/cosmos-chat?style=for-the-badge)](https://github.com/DyLaNHurtado/cosmos-chat/blob/master/LICENSE.md)
![GitHub](https://img.shields.io/github/last-commit/DyLaNHurtado/cosmos-chat?style=for-the-badge)

## 📋 Descripcion 📋

Cosmos es una aplicación con cliente web y de escritorio con en la que puedes chatear y va mas rapida que un cohete.

### 🛠️ Tecnologias usadas 🛠️
| Nombre | Uso |
| -- | -- |
| [MongoDB](https://www.mongodb.com/) | Base de datos usada |
| [Node.js](https://nodejs.org/es/) | Proyecto parte back-end |
| [JWT](https://jwt.io/) | Login y sesiones |
| [Jest](https://jestjs.io/es-ES/) | Framework de testing del proyecto |
| [Socket.io](https://socket.io/) | Framework para manejar el servidor y los websockets |
| [Angular](https://angular.io/) | Proyecto parte front-end web |
| [Angular Material](https://material.angular.io/) | Componentes creados para Frontend |
| [Electron.js](https://www.electronjs.org/) | Proyecto parte front-end escritorio |




## ✈️ Despliegue ✈️

## 📖 Wiki 📖

## ✒️ Autor ✒️
* DyLaNHurtado

## 📄 Licencia 📄
1 change: 1 addition & 0 deletions chat-angular
Submodule chat-angular added at 77ab83
1 change: 1 addition & 0 deletions chat-api-node
Submodule chat-api-node added at bf3721

0 comments on commit fc863a8

Please sign in to comment.