Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.