Giter Site home page Giter Site logo

zensphere's Introduction

ZenSphere

Supportive chatroom that is geared towards creating supportive communities to improve mental health.

made-with-python Documentation Status

Quickstart/Demo

Live demo here.

Table of Contents

Technologies Used

Front-End Back-End Socket.io SQLAlchemy

Features

  • Sign Up and Login Form
  • Auth
  • Multiple responsive web pages
  • Chatroom

Usage

User is able to navigate to sign up form by clicking the Sign Up button.

User is able to navigate to login form by clicking the Login button.

User is able to see dashboard and then join or create a chatroom after login into the website.

User is able to have a real-time conversation while inside of the chatroom with another user(s).

Project Status

Project is: completed

Room for Improvement

To do:

  • User can add a picture to a profile
  • User can see their profile picture in the chatroom

Acknowledgements

  • This project was inspired by a random thought
  • Many thanks to my teachers

Installation

See the appropriate guide for your environment and operating system.

  • Flask or older Flask version
  • Other frameworks that are not Flask, Bootstrap, Jinja2, SQLAlchemy

a. Flask Installation

Add Flask to your global or virutal enivorment: For macOS: pip3 install flask For Windows: pip install flask

  • Make sure that Flask is the current version
  • If using the virtual enivorment make sure to navigate to your folder that you create your env folder and activated your env
  • You can activate your enivorment by typing source/venv/bin/activate and for Windows .\env\Scripts\activate

b. Boostrap Installation

Add the link provided by Boostrap in your header located in your HTML file (this could also be your base file).

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

Make sure to use version 5 as this is the latest version

c. Jinja/HTML/CSS Installation

There is no installation needed for Jinja, HTML, CSS. When using Jinja just use {%%} to utilize Jinja. HTML and CSS is built into VSCode, while Jinja is Flask's official templating engine.

d. SQLAlchemy/Socket.io Installation

Add the link provided by Socket.io in your head tag located in your HTML file (this could also be your base file).

<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/4.0.1/socket.io.js" integrity="sha512-q/dWJ3kcmjBLU4Qc47E4A9kTB4m3wuTY7vkFJDTZKjTs8jhyGQnaUrxa0Ytd0ssMZhbNua9hE+E7Qv1j+DyZwA==" crossorigin="anonymous"></script>

SQLAlchemy can be installed by using pip3 install flask_sqlalchemy or pip install flask_sqlalchemy

License

zensphere's People

Contributors

el634dev 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.