https://github.com/sonngdev/fcc-voting-app-backend
https://github.com/sonngdev/fcc-voting-app-backend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonngdev/fcc-voting-app-backend
- Owner: sonngdev
- Created: 2019-01-20T04:35:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T04:44:54.000Z (over 3 years ago)
- Last Synced: 2025-01-19T18:18:26.361Z (over 1 year 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`