Application made with Nodejs, mongoDB and React.js to manage the daily work assignments of a work team and to keep track of the work done by each member of the team. The application is divided into two parts: the first part is the management of the work team, where the administrator can add, modify and delete members of the team. The second part is the management of the daily work assignments, where the administrator can add, modify and delete the daily work assignments. The administrator can also assign a work assignment to a member of the team and also keep track of the work done by each member of the team.
To install the application, you must have installed Nodejs, mongoDB and React.js. Then you must clone the repository and install the dependencies with the following commands:
git clone
cd virtual-job-board
npm install
To run the application, you must run the following commands:
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Ahmed Gonzalez - Initial work - ahmedglez *