GithubHelp home page GithubHelp logo

fghiasi / imperfection1.0 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from booleanhunter-tech-blog/clubhive

1.0 0.0 1.0 952 KB

A free, open-source clubhouse alternative and proof-of-concept.

Home Page: https://www.ashwinhariharan.tech/blog/how-to-build-your-own-clubhouse/

License: MIT License

JavaScript 60.48% CSS 22.28% Handlebars 17.24%

imperfection1.0's Introduction

Product Perspective: The Support By Tehdrienne (SBT) is a responsive web application that is designed to provide psychological counseling and therapy for students in UCI, by professional therapists. SBT aims to attract an audience at the local levels of University of California, Irvine.

A free, open-source clubhouse alternative and proof-of-concept.

This repository contains the complete source-code for the blog post:

How to Build your own Clubhouse

Fork this repository, read the blog post and follow the tutorial to build the app!

Product Functions: Support By Tehdrienne is a website based application that is compatible with any mobile devices. It is mainly operated by numerous live chat rooms, where professional therapists host the sessions.

App Screenshots

On desktop

Screenshot on a desktop browser

Instructions to install

  1. Install Docker sudo apt install docker.io

  2. Install PostgreSQL and PostGIS I highly recommend a Docker installation:

    Alternatively, you can perform an installation directly on the host operating system:

    • Download the official PostgreSQL installer for your system.
  3. Start PostgreSQL database service If you're using a docker installation, run docker run --name clubhouse-postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgis/postgis

  4. Install Node.js

  5. Clone or fork this repo

  6. Run npm install in your project root

  7. Run npm start to start the app server

To execute psql commands

  1. SSH into your Postgres docker container: docker exec --user postgres -it clubhouse-postgres /bin/bash (Skip this step if you have a native PostgreSQL installation)
  2. Run psql on the terminal

imperfection1.0's People

Contributors

fghiasi avatar booleanhunter avatar

Stargazers

iKay avatar

Forkers

ikloudly

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.