Skip to content

a job search application built with Express, React, and PostgreSQL

License

Notifications You must be signed in to change notification settings

huseKivrak/jobly

Repository files navigation

Jobly

Jobly

Job searching made simple.

View Demo · Report Bug · Request Feature

Top Languages GitHub contributors GitHub last commit GitHub issues GitHub

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About the Project

Jobly is a job search app that allows users to browse companies and the jobs they offer. Users can sign up, login, and apply for jobs.

This repo is an aggregator of the front-end and back-end code.

The front-end is built in React with React Router and Bootstrap, utilizing Axios for API calls; it is hosted on Vercel.

The back-end, built with Express and PostgreSQL for the database, is deployed on Render, with database hosting through ElephantSQL.

(back to top)

Built With

  • React
  • React Router
  • React Bootstrap
  • Axios
  • Express
  • PostgreSQL
  • ElephantSQL
  • Node.js
  • Vercel
  • Render

(back to top)

Getting Started

Follow these quick steps for a local copy.

Prerequisites

Installation

  1. Clone the repo, initialize and update submodules:

    git clone --recurse-submodules https://github.com/husekivrak/jobly.git
  2. Create and seed the database

    createdb jobly
    cd jobly-backend
    psql jobly.sql
  3. Install dependencies and run servers:

    Backend: Defaults to port 3001:

    cd jobly-backend
    npm install
    npm run start

    Frontend (in a new terminal): Defaults to port 3000:

    cd jobly-frontend
    npm install
    npm run start
  4. Go to localhost:3000 to view the app

(back to top)

Contributing

  1. Fork the Project here
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Huse Kivrak - [email protected]

Project Link: https://github.com/husekivrak/jobly

Live Demo: https://jobly.huse.dev

(back to top)

Acknowledgments

Completed as part of the Rithm School curriculum.

(back to top)

About

a job search application built with Express, React, and PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published