Skip to content

almenal/mutual-cake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MutualCake

An app for employees to make cakes to each other.

💡 Features

  • Easy sign up form: provide name, date of birth and allergies
  • Your cakes, at glance: who you have been assigned and what cake you've chosen. You can change both partner and cake, and even submit your own!
  • Your data, under your control: View and modify your profile details, or delete your profile to quit the app for good.

🛠 Tech Stack

🚂 Usage

  1. Requires Python 3.9 or higher

  2. Create a virtual environment

python -m venv mutualcake
source mutualcake/bin/activate
  1. Install dependencies
python -m pip install -r requirements.txt
  1. Initialize app. The app consists on a server and a client, so you need to start them both (the server being in the background while the client runs). To do that, run from the terminal
bash deploy.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published