GithubHelp home page GithubHelp logo

rift's Introduction

Rift

Rift is an open source communications facilitation framework built primarily in Elixir, Rust, and Node.js, and using MongoDB (migrating to ScyllaDB). Its goal is to reintroduce the way we communicate; not by changing the method by which we do so, but by centralizing the methods of communication into a single framework, which can then be used either with our React frontend which we will ship it with by default, or with a custom client built frontend designed for the usecase at hand.


Prerequisites

Make sure you have Node, npm, Docker, and MongoDB installed and running on the local network.

  • To install and run MongoDB via Docker: docker run -p 27017:27017 --name MongoDB -d mongo:latest && docker start MongoDB

    *Note: Linux users might need to prepend sudo before both instances of docker or use root privileges, and Windows users might require an administrative PowerShell.

Getting Started

To clone the repository, run git clone https://github.com/Vor-Tech/Rift

Installing

To install Rift and its default client, cd Rift/Frontend && npm install && cd ../Backend && npm install && cd .., then, open two separate terminals. In both terminals, make sure you are in the Rift directory (located wherever you ran git clone). Then, in the first terminal, run node Backend/api/v1/index.js and in the second terminal, run cd Frontend && npm start

In first terminal:

cd Frontend
npm install
npm start

In second terminal:

cd Backend/
node api/v1/index.js

You can interact with Rift "headless" by using HTTP requests through an application like Postman or Insomnia Core

Authors

License

This project is licensed under a proprietary License - see the LICENSE file for details

Acknowledgments

In progress

rift's People

Contributors

xero-lib avatar chlorophytus avatar javaderg avatar

Watchers

James Cloos avatar

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.