Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1019 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 1019 Bytes

Jobly

Jobly is a full stack web app built with React, Node, Express, PostgreSQL, and Bootstrap.

  • Inspired by job application web apps like LinkedIn or Angel List.
  • This project is a part of Rithm School's curriculum. It was done in collaboration with my partner Nathan Cuenca.

To get started

In the project directory, you can run:

  • npm i to install all package and package dependencies

How it works

  • Users can do the following:
    • Login, signup, edit profile

    • Search for a job or company

    • Apply for a job

    • Find out more details about a job or company

    • Apply for a job (by clicking on the apply button, which will add this job to the user's applied jobs in the db)

    • Obtain details about a job or company

Features