Algolisted-Org / AlgoListed

Algolisted is an AI-powered nonprofit analytics firm dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
135 stars 75 forks source link

How to run the repo in local environment #104

Open NayakPenguin opened 12 months ago

NayakPenguin commented 12 months ago

Create a good detailed video of how to run the repo and also create a page on the website in client > src > Screens by the name runInLocalEnvironment.js and show your video!

Mohit030802 commented 12 months ago

Hi @Nayaker ,

Since a lot of libraries are deprecated, Use npm i --force rather than using npm install. It will work. If anyone still faces refer to this video Run repo on your local env.

sdroyc commented 12 months ago

Hi! Could you assign me this would love working on it!

Mohit030802 commented 12 months ago

Hello @soumyadeeproychowdhury, I truly appreciate your interest in this matter. I'm pleased to inform you that the issue has been resolved. However, if you believe you can make further contributions to it, please feel free to do so. Otherwise, you are welcome to work on different issues within this repository. We are looking forward to your continued contributions.

Mohit030802 commented 11 months ago

To run the front end of the project follow these steps.

  1. Go to the client folder in the terminal cd client
  2. Now to install the required dependencies use npm i --force.
  3. And once the required dependencies are installed just use npm start to run the repo on your local machine.
inbuilt-aura commented 11 months ago

@Nayaker is this issue still open, if yes i would like to solve this issue.

NayakPenguin commented 11 months ago

Yes brother it's open! @inbuilt-aura

inbuilt-aura commented 11 months ago

@Nayaker,then plzz assign me.Would like to work on this.

inbuilt-aura commented 11 months ago

@Nayaker, is this done?

NayakPenguin commented 11 months ago

No buddy, you can do it - it's an open issue :)

inbuilt-aura commented 11 months ago

@Nayaker where is package.jsoon file??

inbuilt-aura commented 11 months ago

@Nayaker how will i run if there is no package.json file??

NayakPenguin commented 11 months ago

There is package.json, share screenshot if you don't see it in yours @inbuilt-aura

inbuilt-aura commented 11 months ago

@Nayaker,check again.Here: Screenshot_2023-10-19-17-56-39-82_e4424258c8b8649f6e67d283a50a2cbc

NayakPenguin commented 11 months ago

Brother, go inside the client and backend - to get the package.json file separately for frontend and backend.

inbuilt-aura commented 11 months ago

@Nayaker, thanks for that

inbuilt-aura commented 11 months ago

@Nayaker, can you confirm that are frontend and backend aren't connected?

NayakPenguin commented 11 months ago

You can run them independently

inbuilt-aura commented 11 months ago

@Nayaker but in order to check everything, we need to connect both. As sign in or other functionality is working or not thats why asked.

NayakPenguin commented 11 months ago

Yes correct, just for that page it is required to be connected. But it would work even if you don't connect in the current commit.