Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wallasfaria/opencoop


https://github.com/wallasfaria/opencoop

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# README

### Dependencias

- ruby 2.6.1
- postgresql

### Instalar e rodar

```
git clone [email protected]:WallasFaria/opencoop.git

cd opencoop

bundle install

yarn

rails db:setup

rails s
```