Team Up is a Full Stack web application that will help users find team members to work on altruistic projects together. The application will have a directory of groups that is available to users, as well as a directory of registered users that can be used by users to find team members for a given project.
- HTML
- CSS
- Materialize
- JavaScript
- jQuery
- Ajax calls
- AOS.js animation library
- Python
- Flask
- SQL Database
Clone the project to your local git repo like the following:
git clone git@github.com:sajadgzd/TeamUp.git
or
git clone https://github.com/sajadgzd/TeamUp.git
The Team Up project and its files should now be in your project folder.
Make sure you have Python3 or above version installed on your system
Here's a link to OS specific guide to installation of Python3
-
Go to the root directory /TeamUp
-
Run the following command in your terminal:
python3 initializeDB.py
Run the following command in your terminal
python3 test.py
Go to your browser and type in the corresponding address you see the app is running http://localhost:5000
in your URL bar.
Now you should see the application open locally.