An open API service indexing awesome lists of open source software.

https://github.com/teohrt/find

Job Finding Service
https://github.com/teohrt/find

Last synced: 7 months ago
JSON representation

Job Finding Service

Awesome Lists containing this project

README

          

# Find

> Job Finding Made Easy

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Check [here](#Deployment) for deployment notes.

### Prerequisites

#### Front End Dependencies

* [React](https://reactjs.org/)
* [Styled Components](https://www.styled-components.com/)
* [Parcel](https://parceljs.org/)

#### Back End Dependencies

* [Python 3.6.5](https://www.python.org/)
* [Flask](http://flask.pocoo.org/)

### Installation Guide

#### Front End Dependencies

1. `cd client`
2. `yarn`

#### Back End Dependencies

1. `pip install -Ur requirements.txt`

## Running Find Locally

### Front End

1. `cd client`
2. `yarn dev`
3. Visit `localhost:1234`

### Back End

1. `cd server`
2. `python3 api.py`

## Deployment

The front end for this project is hosted via Netlify
Check it out [here](https://hellofind.netlify.com/)

The back end for this project is hosted via Heroku

## Authors

Joseph Ward
Tyler Moul
Trace Ohrt
Colton Goode
Quinn Salas

## License

This project is licensed under the MIT License
See [LICENSE.md](LICENSE.md) for more details