Project Repository: https://github.com/MrDawit/Our-Workplace-Team-Organizer
Project Walkthrough Link: https://drive.google.com/file/d/1K9sRW9RXihJheJIiYJRwxEaCfnOYAuDb/view
Our Workplace: Team Organizer is an app that allows us to manage the details of our workforce. It brings together the simple functions of adding a roster to our team, then editing and viewing said roster. All of this is done in a low resource app that can easily be accessed through a node terminal. Future development will include more functionality (i.e.- more search functions, a new table for managers and deleting options). Until then, enjoy all that is in the Our Workplace: Team Organizer app!
- Download and install mysql
- Download the repository
- If you want to use the dotenv module, you have the option to create a ".env" file and include your connection values to the variables PORT, USER and PASS.
- Or you can elect to edit the variables "user_port", "user_name" and "user_password" to equal your connection values (in the "app.js" file lines 4-6)
- Run "schema.sql" in your UI of choice so that the "our_workplace" database is created along with all the tables
- In your node terminal, execute code "npm i" to install the dependcies for this package
- If errors do not occur, execute code "npm start"
- From here, prompts in the terminal should guide you through all the functionality of the node app
- Prompts allow you to navigate through the app effortlessly using node
- Someone tasked to input employees' data can easily add and edit a database that is created
- Searching for particular tables on this database is just as simple as searching for combined information!