Giter VIP home page Giter VIP logo

brafhy's Introduction

Brafhy (Messages App)

Brafhy is an advanced application developed in Rust and Vue.js, integrating Axum as the web framework and PostgreSQL for database management. Its core functionality revolves around a messaging environment, where users can exchange messages. The critical feature of this application is the use of WebSocket technology, which enables real-time communication between users. This ensures that messages are delivered and received instantly, enhancing the user experience with seamless, real-time interactions. The combination of these technologies - Rust for performance and safety, Vue.js for a reactive front-end, Axum for an efficient web framework, and PostgreSQL for reliable data storage - makes this project a robust solution for real-time messaging needs.

How To Use

Prerequisites

Clone this repository

git clone hhttps://github.com/fnxln/brafhy.git

Navigate to the project directory

cd brafhy

Server

Navigate to the server directory

cd back

Create a .env file in the server directory and add the following environment variables

DATABASE_URL=postgres://postgres:postgres@localhost:5432/brafhy

Build the server

cargo build --release

Run the server

# Windows
.\target\release\brafhy.exe
#Linux
./target/release/brafhy
#Macos
./target/release/brafhy

Client

Navigate to the client directory

cd front

Install the dependencies

npm install

Run the client

npm run dev

Contribute

Lin
Vitor Carvalho

License

The software is licensed under GPL-3.

brafhy's People

Contributors

vitorcarvalho67 avatar fnxln avatar

Stargazers

Amanda Godinho avatar  avatar

Watchers

 avatar  avatar

Forkers

vitorcarvalho67

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.