Fitness Tracking App
A backend-focused fitness tracking application built with Node.js and Express. The app allows users to track their fitness activities and manage their personal data securely.
Features:
- User Authentication: Implemented secure user login and registration using bcrypt for password hashing.
- Fitness Data Tracking: Allows users to log their fitness activities and monitor progress.
- Secure Backend: Designed with a focus on security and scalability for handling sensitive user information.
Installation:
-
Clone this repository: git clone https://github.com/your-username/fitness-tracking-app.git
-
Navigate to the project directory: cd fitness-tracking-app
-
Install dependencies: npm install
-
Run the app: npm start
Technologies Used:
- Node.js
- Express.js
- bcrypt (for password hashing)
- MongoDB (for storing user and activity data)
License: This project is licensed under the MIT License - see the LICENSE file for details.