Skip to content

ekollie/phase-4-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phase-4-project

https://dbdiagram.io/d/Compliments-65aae642ac844320ae50c046

user stories

As a user, I want to access my profile to view my personal information, review anonymous compliments I have received, and manage their visibility.

As a user, I want to view the anonymous compliments I have received and have the option to make them public by 'hearting' them, so that I can share positive feedback with others if I choose to.

As a user, I want to view other users' profiles to learn more about my colleagues and see any compliments they have chosen to make public. Posting Anonymous Compliments to Others

As a user, I want to post anonymous compliments to my colleagues’ profiles, with the understanding that these compliments are initially private to the recipient.

As a user, I want to like public compliments that others have made visible, to show my support and agreement with the positive feedback shared in the workplace.

DB Schema

Screen Shot 2024-01-21 at 6 24 47 PM

Wireframe

Screen Shot 2024-01-20 at 4 42 16 PM

API ROUTES

Screen Shot 2024-01-22 at 9 27 40 AM

TRELLO

Screen Shot 2024-01-21 at 6 24 02 PM

Running backend

in phase-4-project directory:
    pipenv install
    pipenv shell

in server directory:
    flask db init
    flask db migrate
    flask db upgrade

    python seed.py
    python app.py

Running frontend

in client directory
    npm install
    npm start (if backend isn't running, there will be an error message)

Running backend

in phase-4-project directory:
    pipenv install
    pipenv shell

in server directory:
    flask db init
    flask db migrate
    flask db upgrade

    python seed.py
    python app.py

Running frontend

in client directory
    npm install
    npm start (if backend isn't running, there will be an error message)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •