https://github.com/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.
https://github.com/prajun7/study-spotz
flask flask-application postgresql python
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/prajun7/study-spotz
- Owner: prajun7
- Created: 2021-12-08T21:31:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T03:38:54.000Z (over 4 years ago)
- Last Synced: 2025-01-13T10:51:46.494Z (over 1 year ago)
- Topics: flask, flask-application, postgresql, python
- Language: HTML
- Homepage:
- Size: 446 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**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.
-
-
-
-
-
-
-
-

*2020 Copyright - StudySpotz*