Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quequeo/gensamen-backend
https://github.com/quequeo/gensamen-backend
api rails ruby serializer services
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/quequeo/gensamen-backend
- Owner: quequeo
- Created: 2020-01-08T13:51:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T16:43:14.000Z (about 2 years ago)
- Last Synced: 2024-10-27T16:42:02.149Z (3 months ago)
- Topics: api, rails, ruby, serializer, services
- Language: Ruby
- Homepage:
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
- Running the application
`gem install foreman`
and then
`foreman start -p 3000`
- Intercepting emails:
`gem install mailcatcher`
and then `mailcatcher`
If you are using a VM, you should use `mailcatcher --ip=0.0.0.0`
# Code standards
- Application is in english, frontend in spanish. But USE translations!
- Apply rubocop!
- When possible, add tests