prajun7 / study-spotz

StudySpotz is a collaborative portal where the users can work on a project collaboratively.It can be used to create groups, start a video conference, upload files when needed, and even add To Do and events. We used HTML, javascript, CSS, and python that are tied together using Flask to develop the StudySpotz.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title: StudySpotz StudySpotz is a collaborative portal where the users can work on a project collaboratively by creating groups which includes video calling, file uploads, events and to do list features.

I reuploaded the files into my GitHub as our original files were in University's GitLab and were private.

Prerequisites: Download and Install latest version of Anaconda and Python

Getting Started: Clone this repo to the local machine.

Setup: Create a virtual environment using conda, use: conda create –n firstflaskenv python=3.7 Activate the environment using:

  • For windows: activate firstflaskenv
  • For mac/linux: conda activate firstflaskenv Install all the libraries required to run this project using: pip install -r requirements.txt

Runnung the Tests: Run the site using : python main.py Then go to http://127.0.0.1:5000/ from the browser. Then we should be able to see the StudySpotz logo at the center with Create account form. Create an account using the email and password.

Built With:

  • Flask - The Web Framework Used
  • PostgreSQl - The database
  • HTML - The Stanadard Markup Language
  • CSS - Document's style
  • Javascripts - Text-based Programming Language

Contribution:

  • Deeptha Srirangam
  • Jonathan Perz
  • Prajun Trital

It is not an individual project. Thank you to all the team members for your contribution.

Screen Shot 2022-03-07 at 9 30 27 PM

-

Screen Shot 2022-03-07 at 9 30 54 PM

-

Screen Shot 2022-03-07 at 9 32 19 PM

-

Screen Shot 2022-03-07 at 9 32 26 PM

-

Screen Shot 2022-03-07 at 9 31 18 PM

-

Screen Shot 2022-03-07 at 9 31 32 PM

-

Screen Shot 2022-03-07 at 9 31 49 PM

-

Screen Shot 2022-03-07 at 9 32 01 PM

-

Screen Shot 2022-03-07 at 9 32 11 PM

2020 Copyright - StudySpotz

About

StudySpotz is a collaborative portal where the users can work on a project collaboratively.It can be used to create groups, start a video conference, upload files when needed, and even add To Do and events. We used HTML, javascript, CSS, and python that are tied together using Flask to develop the StudySpotz.


Languages

Language:HTML 47.1%Language:Python 29.3%Language:CSS 22.8%Language:JavaScript 0.8%