Skip to content

Ashcoder666/konnect

Repository files navigation

konnect

CREATE DATABASE konnect; CREATE TYPE user_role AS ENUM ('customer', 'partner'); CREATE EXTENSION IF NOT EXISTS "uuid-ossp";

// ADD MONEY TO WALLET - PAYMENT GATEWAY // ADD PARTNERS - NEW ENDPOINT // LIST ALL PARTNERS AND CHAT - SOCKET // CALL ANY PARTNER WITH ENOUGH COIN - WEBRTC

// api endpoints list

//user register - done //user login - done //forgot password - done //reset password - done //partner register and onboarding -done //login partner - pending //buy coin for user //show list of partners who are online - done // turn on and off the socket online status for partner // text the partner and receive - socket // call the partner if have enoiugh coins - webrtc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages