Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/suzukiryuichiro/napbuddies


https://github.com/suzukiryuichiro/napbuddies

Last synced: 1 day ago
JSON representation

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
```