Team Task Manager App _Oluwabiyi#3
Open
biyidevops wants to merge 1 commit intots-a-devops:mainfrom
Open
Conversation
biyidevops
commented
Apr 19, 2026
- Cloned and set up the Team Task Manager project locally
- Configured PostgreSQL database and created required user (taskuser) and database (taskmanager)
- Imported initial schema and verified database connectivity
- Set up Python virtual environment and installed backend dependencies
- Configured environment variables using .env for secure database connection
- Fixed database authentication issues by aligning credentials between Flask and PostgreSQL
- Completed Flask application setup using:
- Flask-SQLAlchemy for ORM
- Flask-CORS for cross-origin support
- PyJWT for authentication
- Implemented and verified JWT-based login system
- Successfully ran the backend server and confirmed API accessibility on http://localhost:5000
- Confirmed successful login flow via API for both development and production-style configurations
- Tested protected endpoints using JWT (Authorization header)
- Seeded default users (admin, user) into the database
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.