Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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