Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewertoncodes/ideas-api
The Idea board is a simple board which displays ideas in the form of square tiles. You can add ideas, edit existing ideas and delete ideas.
https://github.com/ewertoncodes/ideas-api
Last synced: about 2 months ago
JSON representation
The Idea board is a simple board which displays ideas in the form of square tiles. You can add ideas, edit existing ideas and delete ideas.
- Host: GitHub
- URL: https://github.com/ewertoncodes/ideas-api
- Owner: ewertoncodes
- Created: 2019-07-19T02:56:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:50:57.000Z (almost 2 years ago)
- Last Synced: 2023-08-07T11:04:48.360Z (over 1 year ago)
- Language: Ruby
- Homepage: https://my-ideas.netlify.com/
- Size: 54.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clone o projeto:
```bash
git clone https://github.com/ewertonorg/ideas-api.git
```
Acesse o diretorio:```bash
cd ideas-api
```Instale as dependências:
```bash
bundle install
``````bash
rails db:setup
```Rode os testes:
```bash
rspec spec
```Levante sua aplicação com o comando:
```bash
rails s
```
---