harmeetsingh11 / RefactorMate

RefactorMate is an AI tool for refactoring your code. It uses the advanced GPT-3.5-turbo model from OpenAI to make coding easier. Whether you're new to coding or an experienced developer, RefactorMate is designed to make your coding experience better and more efficient.
19 stars 23 forks source link

[Feature]: Want to make functional SIgnUp/login page #59

Open nishant0708 opened 1 month ago

nishant0708 commented 1 month ago

Description

want to make signup/login page and maintain their information in database.

Justification

It will be useful because we can store info about refactor code that users had then. And user could see them in profile .just like chatgpt where our previous chat get saved

Implementation Details (optional)

No response

Screenshots

No response

Checklist

github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

amanjaiswal7236 commented 1 month ago

Can you please assign this to me under gssoc??

harmeetsingh11 commented 1 month ago

That sounds like a great idea. @nishant0708, I'm assigning this issue to you. Wish you all the best. Don't forget to star the repo. Happy contributing!

nishant0708 commented 1 month ago

Thanks i will soon raise pr

nishant0708 commented 1 month ago

hey @harmeetsingh11 image i am facing this issue what should i do??

harmeetsingh11 commented 4 weeks ago

@nishant0708 Will look into this issue.

nishant0708 commented 4 weeks ago

Hey @harmeetsingh11 got any solution?

harmeetsingh11 commented 4 weeks ago

Hey @nishant0708, the issue has been resolved now. Apologies for the delay in fixing it. Follow these steps to ensure everything works smoothly:

  1. Re-clone the Repository: Clone the repository again to ensure you have the latest changes.

  2. Install pnpm: If you haven't already, make sure you have pnpm installed. You can do this by running:

    npm install -g pnpm
  3. Install Dependencies: Run the following command to install all dependencies using pnpm:

    pnpm install
  4. Run Frontend and Backend using the following commands:

    pnpm run frontend
    pnpm run backend

These steps should ensure that everything is set up correctly. Let me know if you need any further assistance.

AdarshGT33 commented 2 weeks ago

Where are we in this issue? I can contribute towards building the backend services for signup and login

harmeetsingh11 commented 2 weeks ago

@nishant0708 are you working on this issue?

nishant0708 commented 2 weeks ago

yes @harmeetsingh11 i am facing issues like image i dont know where the error is so just figuring it out. hey @harmeetsingh11 just can you tell me if i have to install any library like cors we usually do npm so here i need to do pnpm i cors?? right??

harmeetsingh11 commented 2 weeks ago

@nishant0708 cors package can be installed using pnpm add cors