USF - CEN 4020 Class Project
Texas Team
This project aims mimic's LinkedIn's features using a CLI and implementend through Python + Firebase.
- Signup/Login
- Create/Update Profile
- Post/Apply/Save Job
- Send/Accept/Delete Friend Request
- Send/Reply/Delete Message
- Supports Notifications
- Execute the following command to install pyrebase:
pip3 install pyrebase4
- Open terminal in the source directory.
- Execute the following command to run the program:
py main.py
- Open terminal in the source directory.
- Install pytest:
pip install pytest
- Testing Backend:
pytest testBackend.py
- Testing Backend:
pytest testFrontend.py