Skip to content

mridubhatnagar/kudos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

givekudo

Give Kudos to your teammate!

1. Clone the project on your system

git clone https://github.com/mridubhatnagar/kudos.git

2. Go inside in the project directory.

cd kudos

3. Create virtual environment

virtualenv <enviornment_name>

4. Activate environment

source <enviornment_name/bin/activate>

5. Configure the database based on your local database credentials in settings.py

6. Run server

python manage.py runserver

Features

  1. Only logged in users can give kudos.
  2. Logged in user can only give kudo to folks within their organization.
  3. Number of kudos that can be given by an individual in current week is 3.
  4. Personal Dashboard - Dashboard to see who has given, how many kudos to the logged in user.
  5. User login, signup pages.
  6. No backdated kudos can be given. Only current week is considered

DB Schema

DB Schema

home when no user is logged in

logged_out_home

home when user is logged in

loggedin_home

SignUp

signup

LogIn

login

GiveKudo

givekudo

Personal Dashboard

Screenshot from 2020-02-24 02-01-17

About

Give Kudos to your teammate!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published