Giter Club home page Giter Club logo

connecto's Introduction

connecto

Table of contents

Introduction

Omnichannel messaging platform for businesses

Design

Features

A few things that you can do on connecto:

  • Securely authenticate and log in as a customer or administrator to access the platform
  • Effortlessly communicate with the administrator by sending and receiving email messages directly within the application
  • Seamlessly connect with others via an in-app messaging system for real-time chat and collaboration
  • Conveniently locate and share live location information with ease
  • Capture moments and share them with others by taking and uploading photos directly within the platform
  • Quickly reach out to the administrator by sending messages directly to their phone number from within the application

Technologies

Setup

Clone or download the repository:

git clone https://github.com/NathanielMention/connecto

In the backend directory:

Before you get started, you might want to download pnpm if you haven’t already. This project has not been tested with NPM or Yarn.

First, install dependencies:

pnpm install

Then, create a .env file in the root directory of the project. You can use the .env.example file as a template:

cp .env.example .env

You’ll want to generate random, 32-character strings for both the SESSION_SECRET and JWT_SECRET variables. You can use this tool to generate those values.

Next, set up the database:

pnpm exec prisma db push

For now, we’re using a SQLite database stored locally on your machine. In the future, we’ll switch to a cloud database.

Finally, start the development server:

pnpm dev

To run tests:

pnpm test

In the frontend directory:

First, install dependencies:

pnpm install

Finally, start the frontend:

pnpm dev

Credits

Geocoding and location services powered by Google Maps

Customer service chat bot powered by GPT-3.5

connecto's People

Contributors

john-royal avatar jakeenea51 avatar nathanielmention avatar

Watchers

 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.