Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonngdev/fcc-voting-app-backend
https://github.com/sonngdev/fcc-voting-app-backend
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonngdev/fcc-voting-app-backend
- Owner: sonngdev
- Created: 2019-01-20T04:35:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T04:44:54.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T17:08:45.827Z (about 1 month ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voting App backend API
This app provides API that are consumed by this frontend client: https://github.com/thanhsonng/voting-app.
## Authentication/Authorization
Authentication and authorization are implemented using the [JWT standard](https://jwt.io/).
## Misc.
Ruby version: `2.4.2`
Rails version: `5.2.2`