Git Product home page Git Product logo

jobly's Introduction

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)

jobly's People

Contributors

husekivrak avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.