Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzukiryuichiro/napbuddies
https://github.com/suzukiryuichiro/napbuddies
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/suzukiryuichiro/napbuddies
- Owner: SuzukiRyuichiro
- Created: 2021-02-22T03:09:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T05:25:39.000Z (over 3 years ago)
- Last Synced: 2024-11-09T09:39:44.318Z (about 2 months ago)
- Language: Ruby
- Size: 27.5 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Napbuddies](http://napbuddies.herokuapp.com/) is an one week group project Airbnb-style Rails application where users can host events and
people can request to attend the event.## Installation
Only if you don't have bundler or yarn
```
brew install yarn
yarn install
```
then
```
bundle install
```
create a .env file and include the following api keys```
MAPBOX_API_KEY=YOUR_API_KEY
CLOUDINARY_URL=YOUR_API_KEY
```