Open narainkarthikv opened 2 months ago
I can work on that . Please assign it to me.
@ProgrammerAditya36, the backend is currently encrypted with the ATLAS_URI key, so it’s not accessible on localhost. In the meantime, could you work on the login page? I’ll work on making the .env file accessible on localhost, but I can’t expose the API_KEY as it’s not safe to do so.
Ok
Hey @narainkarthikv can I contribute on backend is there any unique features in your mind like not just User Auth, Post, Get and all but something new? I would be happily work on that ! Lemme Know.
@narainkarthikv can you give your .env file so that i can start working, as of now i feel to work on Ui and SSO
Hi @CoderRahul9904,
I’ve been thinking about a feature idea where users can send friend requests and encourage their gym buddies to keep up their workout streaks and stay motivated. Would it be possible to create a complete component for this, including both the UI and a functional backend?
Hi @narainkarthikv,
Sure, I can definitely work on creating the friend request feature for encouraging gym buddies to keep up their workout streaks and stay motivated. However, to integrate the database for this, I'll need your .env file for the database connection details.
Let me know when you can provide it, and we can move forward!
Thanks!
Best, @CoderRahul9904
Hi @narainkarthikv,
Sure, I can definitely work on creating the friend request feature for encouraging gym buddies to keep up their workout streaks and stay motivated. However, to integrate the database for this, I'll need your .env file for the database connection details.
Let me know when you can provide it, and we can move forward!
Thanks!
Best, @CoderRahul9904
Hi, the MongoDB setup is outlined in the readme.md
of the Fit-Track repository, and the .env.example
files in both the frontend
and backend
directories provide the names of the environment variables you'll need. You can follow these instructions to set it up smoothly. Currently, I'm focused on learning the infrastructure side of application development to improve local workflows, so I'm unable to share the backend URL at this time.
The current backend of the Fit Track application requires optimization to improve the speed of data responses and requests. This will enhance overall performance by reducing latency and increasing efficiency.
Tasks
Analyze Current Performance
Optimize Database Queries
Improve API Response Times
Enhance Code Efficiency
Benchmark Performance
Testing and Validation
Documentation
Acceptance Criteria
Additional Information
Labels
enhancement
performance
backend
high-priority