TeamTracker is an application for keeping track of all the project's details and participants.
- Install dependencies:
npm installornpm i - Install nodemon:
npm install -g nodemon - Start the app:
npx nodemon index.js - Open the app in your browser at
http://localhost:3000
The interactive interface provided by our application empowers users to perform a variety of operations on the data stored in the database. Users can easily add new data, update existing information, remove unwanted records, and retrieve specific data as needed. This user-friendly interface streamlines the process of managing database information and helps to improve overall efficiency and productivity. With our application, users can quickly and easily interact with the database without requiring extensive technical knowledge or expertise.
If you are interested in contributing to our app, we would be delighted to receive your input! To get started, please follow the steps outlined below:
- Fork the repository
- Create a new branch:
git checkout -b new-<yourname>-<feature> - Make your changes
- Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin new-<yourname>-<feature> - Submit a pull request

