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: over 1 year 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T13:50:57.000Z (over 3 years ago)
- Last Synced: 2025-01-23T20:32:30.502Z (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
```
---