Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrianarivo/chateo-nodejs

Chateo! is a web application that allows users to chat with each other in real-time. It is built with React.js, Express.js, GraphQL and MongoDB.
https://github.com/andrianarivo/chateo-nodejs

apollo-server graphql mongodb mongoose typescript

Last synced: about 17 hours ago
JSON representation

Chateo! is a web application that allows users to chat with each other in real-time. It is built with React.js, Express.js, GraphQL and MongoDB.

Awesome Lists containing this project

README

        


logo

Chateo!

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Chateo!

> This is the Back-end of the Chateo! project, a real-time chat
> application. See the [Front-end](https://github.com/andrianarivo/chateo-react-ui).

**Chateo!** is a web application that allows users to chat with each other in real-time. It is built with React.js,
Express.js, GraphQL and MongoDB.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Auth: Login/Logout**
- **Auth: Register**
- **Direct Messages**
- **Rooms (aka. Channels)**
- **UI/UX**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://astonishing-biscuit-7921d9.netlify.app/login)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- **[Node.js](https://nodejs.org/en/)**
- **[npm](https://www.npmjs.com/)** or **[yarn](https://yarnpkg.com/)**
- Stable internet connection
- A modern web browser
- A terminal
- A code editor

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/andrianarivo/chateo-react-ui.git
```

### Install

Install this project with:

```sh
cd my-project
yarn install; cp .env.example .env
```

### Usage

To run the project, execute the following command:

- In development mode:

```sh
yarn dev
```

- In production mode:

```sh
yarn build; yarn start
```

### Run tests

**There are no tests yet, please be patient.**

To run tests, run the following command:

```sh
yarn test
```

### Deployment

You can deploy this project using your own deployment solution.

(back to top)

## 👥 Authors

👤 **David**

- GitHub: [@andrianarivo](https://github.com/andrianarivo)
- Twitter: [@dandrianarivo](https://twitter.com/dandrianarivo)
- LinkedIn: [LinkedIn](https://linkedin.com/in/andrianarivo)

(back to top)

## 🔭 Future Features

- [ ] **Forgot Password**
- [ ] **Delete rooms**
- [ ] **Improve UI/UX**
- [ ] **Markdown**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/andrianarivo/chateo-nodejs/issues/).

(back to top)

## ⭐️ Show your support

If you like this project consider adding a ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank:

- Novity for the opportunity to work on this project.
- Speak icons created by Freepik - Flaticon
for the icons.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)