https://github.com/nicholaslyang/chance-me
Find the best place for your next four years
https://github.com/nicholaslyang/chance-me
graphql rails reactjs ruby
Last synced: 12 months ago
JSON representation
Find the best place for your next four years
- Host: GitHub
- URL: https://github.com/nicholaslyang/chance-me
- Owner: NicholasLYang
- License: mit
- Created: 2018-04-08T03:23:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T05:01:43.000Z (almost 8 years ago)
- Last Synced: 2025-07-02T00:49:37.793Z (12 months ago)
- Topics: graphql, rails, reactjs, ruby
- Language: Ruby
- Homepage:
- Size: 7.28 MB
- Stars: 8
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ChanceMe
[](https://github.com/prettier/prettier)
ChanceMe is a website that helps you find the perfect fit for
college. It uses a combination of crowd sourced reviews, data
collection and rankings to help find the best possible place to spend
your next 4 years.
ChanceMe is built using Ruby on Rails with a React front end. It
uses GraphQL to communicate with Apollo on the front end and GraphQL
Ruby on the back end.
To run locally:
1. Install [NodeJS](https://nodejs.org/en/) (at least version 6, but
ideally 8)
2. Install [Ruby 2.5.0](https://www.ruby-lang.org/en/)
([rbenv](https://github.com/rbenv/rbenv) highly recommended)
3. Install dependencies by running `./install.sh`
4. Run the development servers with `./run.sh`
The front end should be running on http://localhost:3002 and the back
end should be running on http://localhost:3000.
Contributions are welcome! Please read [this](/CONTRIBUTING.md) for more info
Read the [Codebase Guide](/CODEBASE_GUIDE.md) for information on the
codebase layout.