Chapter 3. Job Board

In this chapter, we will build a job board application. Users will be able to create a profile and fill it with different types of information, such as job experience, projects they worked on, certifications, or even information related to education. Also, companies will be able to post job vacancies, for which users can apply.

Setting up the base application

In many cases, most developers will have already set up their own boilerplate code that they use for Node applications. One reason for this could be that there is more than one right way of doing things. Usually, your boilerplate will cover the initial functionalities of your application, such as user schema, sign-in, and registration.

Because we already have a solid base ...

Get MEAN Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.