DEV Community

Discussion on: I want to build a Job portal, what tools should i use?

Collapse
 
rhymes profile image
rhymes

Whatever you're comfortable with is a good idea :D

The first step should be outlining features for your MVP. You might need a few static pages, a page with an ordered list of job offers, a page for the single job offer and probably a page so that the companies can enter/edit the offers and pay. What else?

Once you have your feature list you research if there are things you can't do with a "jamstack" site.

You might be able to build it with tools like static site generators and deploy on Netlify or use Stackbit plus a few APIs you can use from JS (one for the CMS/auth with something like Contentful and one for payment at least)

Collapse
 
buzzedison profile image
Edison Ade

Thanks for your contribution. What do you think about Elastic search or Agolia to implement search ?

Want job search possibilities to be seamless and direct to what people want

Collapse
 
rhymes profile image
rhymes

I'm not sure Elastic can be used directly from JS, you should check if there are public offerings with a sdk on top.

Algolia has a JS client only sdk for search.

DEV search runs on Algolia so I know it's fine for this kind of usage...