Coffee Shop locator app highlighting shops offering co-working spaces, utilizing Rails, PostgreSQL, and React.
- To clone and run this application, you'll need Git and Node.js
- Clone CoFii BackEnd
- Install Node.js and NPM
brew install node
4.Run '$ rails s' in the folder that contains the CoFii BackEnd
- Fork and Clone this repository and cd into directory
- Install all dependencies
$ npm install
- Start the Frontend server this should open a webpage for you if not go to https://localhost:3001
$ npm start
- Type
$ y
or$ yes
when prompted
When first starting up the application you will need to sign up with an username email and password. Once properly logged in, you might be prompted to allow access to current location. If allowed you will be shown coffee shops in your vicinity. You can also search by location in the search bar. Comment on Coffee shops to show help others find best shops, and favorite frequent shops.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.