Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samojeyinka/niravest-api-investment-platform
Niravest is a Ruby on Rails API for an investment platform, featuring user authentication with Devise and JWT for password security. Admins can create investment packages for users to activate by paying for them. Users can also add packages to their watchlist and later activate them. The API provides high-level authentication and security.
https://github.com/samojeyinka/niravest-api-investment-platform
fintech fintech-api fullstack investment investment-portfolio rails rails-api rails-application rails-engine rails-tutorial rails7 ruby ruby-app ruby-gem ruby-on-rails website
Last synced: 13 days ago
JSON representation
Niravest is a Ruby on Rails API for an investment platform, featuring user authentication with Devise and JWT for password security. Admins can create investment packages for users to activate by paying for them. Users can also add packages to their watchlist and later activate them. The API provides high-level authentication and security.
- Host: GitHub
- URL: https://github.com/samojeyinka/niravest-api-investment-platform
- Owner: samojeyinka
- Created: 2024-02-20T00:20:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T11:40:36.000Z (10 months ago)
- Last Synced: 2024-12-03T15:41:57.201Z (about 1 month ago)
- Topics: fintech, fintech-api, fullstack, investment, investment-portfolio, rails, rails-api, rails-application, rails-engine, rails-tutorial, rails7, ruby, ruby-app, ruby-gem, ruby-on-rails, website
- Language: Ruby
- Homepage: https://niravest.vercel.app/
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## Niravest
Niravest is a Ruby on Rails API for an investment platform, designed for speed and clarity. It features user authentication with Devise and password security with JWT. The API allows users to sign up, log in, and access both admin and ordinary user functionalities. Admins can create investment packages with details such as name, price, daily profits, and monthly profits, which users can activate by paying for them. Users can also add packages to their watchlist and later activate them. The API provides high-level authentication and security, issuing tokens for secure interactions. Work is ongoing, with new features continuously being added. API documentation will be available soon.