Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wallasfaria/xpc_api


https://github.com/wallasfaria/xpc_api

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# README

Esta API foi projetada para atender ao Projeto da PÓS Graduação da XPE.

## Rodando a aplicação com Docker

```bash
docker-compose up
```

## Rodando a aplicação sem Docker

### Dependencias:
- `ruby 3.2`
- `rails 8.x`
- `sqlite3`

### Setup inicial:

```bash
bundle install
rails db:create db:migrate
```

### Iniciando servidor:

```
rails s
```

### Links:
[Documentação da API](https://documenter.getpostman.com/view/17666956/2sAYBUDCGq)