Skip to content

Team Task Manager App _Oluwabiyi#3

Open
biyidevops wants to merge 1 commit intots-a-devops:mainfrom
biyidevops:main
Open

Team Task Manager App _Oluwabiyi#3
biyidevops wants to merge 1 commit intots-a-devops:mainfrom
biyidevops:main

Conversation

@biyidevops
Copy link
Copy Markdown

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant