https://github.com/teohrt/find
Job Finding Service
https://github.com/teohrt/find
Last synced: 7 months ago
JSON representation
Job Finding Service
- Host: GitHub
- URL: https://github.com/teohrt/find
- Owner: teohrt
- License: mit
- Created: 2019-01-25T07:55:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T08:01:06.000Z (over 7 years ago)
- Last Synced: 2024-12-27T17:35:13.693Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://hellofind.netlify.com
- Size: 287 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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