Skip to content

This is a simple cloud database program. It allows the user to store/manipulate employee data, including a name, home state, and experience, as well as position data, which includes a work position title, a manager name, and an amount of pay for the position. This is stored in the cloud via Google Firebase and can be accessed and updated from mu…

Notifications You must be signed in to change notification settings

dunntooni/Employee-Database-Cloud

Repository files navigation

Overview

This is a simple cloud database program. It allows the user to store/manipulate employee data, including a name, home state, and experience, as well as position data, which includes a work position title, a manager name, and an amount of pay for the position. This is stored in the cloud via Google Firebase and can be accessed and updated from multiple locations simultaneously.

All information is stored here. You might not be able to access that. I'm not sure.

Please, when creating a new user, make their user name their first initial (lower case) and their last name (first letter upper case). Ex: John Doe's password would be "jDoe".

Development Environment

  • Python 3.8.5
  • Visual Studio Code
  • Google Firebase/Firestore

Execution

To run: python main.py
Adding an Employee:
Employee being added
Adding a Position:
Position being added
Deleting/Displaying an Employee:
Employee being deleted
The firestore collections:
Firestore Collections

Useful Websites

  1. Python Reference
  2. Stack Overflow Python Questions
  3. W3Schools Python Tutorial
  4. Google Firebase Documents

About

This is a simple cloud database program. It allows the user to store/manipulate employee data, including a name, home state, and experience, as well as position data, which includes a work position title, a manager name, and an amount of pay for the position. This is stored in the cloud via Google Firebase and can be accessed and updated from mu…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages