Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallasfaria/xpc_api
https://github.com/wallasfaria/xpc_api
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wallasfaria/xpc_api
- Owner: WallasFaria
- Created: 2024-11-25T05:04:48.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-25T13:36:31.000Z (about 1 month ago)
- Last Synced: 2024-11-25T14:34:43.878Z (about 1 month ago)
- Language: Ruby
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)