Git Product home page Git Product logo

jobview's Introduction

GitHub commit activity GitHub contributors GitHub forks GitHub Issues or Pull Requests

Jobview

Jobview is a web app that connects potential talents to people looking for talent online.

Description

In this application, the employer logs in and uploads the job details and what it is they are looking for. The jobseeker then can also log in and search for the the job they want. Due to its ease of use, react.js was used in this project with a react bootstrap framework for web responsiveness. The biggest challenge faced was building appropriate associations for the DB tables, I however managed to get a work around this, not the best way to solve such a problem but there will be improvements on in future releases.

Installation

Ensure that you are using postgresql version 15 on your local machine, you can install it by brew install postgresql@15, on a Mac OS, if you are using brew, you can start the database by brew services start postgresql

  1. To run the server do the following

    • clone the repository
    • run bundle install to install the rails dependencies
    • run rails db:create to create your postgresql development database
    • then run rails db:migrate to do migrations of your schema
    • run rails server to start your rails backend serverand your good
  2. To run the client do the following

    • install dependenciens with npm install --prefix client

Usage

To run the project, run npm start --prefix client to start your client

Screen Recording

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

You can create a pull request by

  1. Fork the repository.
  2. Create a new branch: git checkout -b your-feature-name.
  3. Make your changes.
  4. Push your branch: git push origin your-feature-name.
  5. Create a pull request.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

jobview's People

Contributors

josemwanzia 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.