GitCodeCareer / hiring-system

CodeCareer is seeking core contributors to take the lead on this project.
GNU General Public License v3.0
20 stars 17 forks source link

All Applicants - View - V1 #16

Open benjaminspak opened 3 years ago

benjaminspak commented 3 years ago

Requirements:

Visibility:

Related issues:

nikhil-chacko commented 3 years ago

I would like to work on this issue

benjaminspak commented 3 years ago

@Nikhil-dev13 assigned :) Happy coding!

nikhil-chacko commented 3 years ago

I am unable to run the frontend server with current changes in the code Please help me with the problem

nikhil-chacko commented 3 years ago

Ok, I think I found a solution I have added both the bundle scripts to server.js file

app.use("/static", express.static(path.join(`${__dirname}/public`)));

app.get("/", (req, res) => {
  res.sendFile(path.join(`${__dirname}/public/index.html`));
});

Please check this @benjaminspak and if its correct please create a Issue for the following problem and I would like to make a PR for the same

benjaminspak commented 3 years ago

@Nikhil-dev13 https://github.com/GitCodeCareer/hacktoberfest--hiring-system/issues/40

nikhil-chacko commented 3 years ago

Thank you @benjaminspak I will make a PR now

rwatt1987 commented 3 years ago

@Nikhil-dev13 seems like you've been doing great on this. Make any more progress this week?

nikhil-chacko commented 3 years ago

The PR for this issue has been made and the PR has been merged as well

Now the issue should be closed