Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallasfaria/opencoop
https://github.com/wallasfaria/opencoop
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wallasfaria/opencoop
- Owner: WallasFaria
- Created: 2019-10-19T05:17:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:23:32.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T06:00:11.709Z (about 1 month ago)
- Language: JavaScript
- Size: 2.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
### Dependencias
- ruby 2.6.1
- postgresql### Instalar e rodar
```
git clone [email protected]:WallasFaria/opencoop.gitcd opencoop
bundle install
yarn
rails db:setup
rails s
```