Coder Social home page Coder Social logo

senseofsteph / socialsesh Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.47 MB

Full-stack web app where users can connect and create through online virtual events.

Python 46.37% HTML 38.00% JavaScript 2.32% CSS 13.31%
virtual-events hackbright online python javascript fullcalendar twilio database stack

socialsesh's Introduction

SocialSesh

Overview

A full-stack web app where users can connect, create, and contribute, through online virtual events

Click to view demo video

Technologies and Stack

Backend: Python, Flask, SQLAlchemy, PostgreSQL
Frontend: HTML5, CSS3, JavaScript, Bootstrap
APIs: Twilio and FullCalendar

MVP Features

  • User can browse all virtual events
  • User can register to attend a virtual event
  • User receives an event confirmation text message

Set-up & Installation

Install a code editor such as VS code or Sublime Text
Install Python3
Install pip, the package installer for Python
Install postgreSQL for the relational database
Make an account to receive Twilio SMS API key and token
Visit FullCalendar to obtain the necessary JavaScript code

Clone or fork this repository

  • Create and activate a virtual environment:
git clone https://github.com/senseofsteph/SocialSesh
  • Install dependencies:
pip3 install virtualenv
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
  • Store the API key and token in 'secrets.sh' file
source secrets.sh
  • With PostgreSQL, create the SocialSesh database:
createdb socialsesh
  • Create all table and relations in the database and seed all data:
python3 seed.py
  • Run the app from the command line:
python3 server.py

Future features

  • User profile customization
  • Ability to create and save events
  • Chat rooms to discuss common interests in events
  • Software deployment

Connect with the developer

socialsesh's People

Contributors

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