Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekshubhamrajput/mini-peer5
This is solution for rewards app
https://github.com/geekshubhamrajput/mini-peer5
Last synced: 30 days ago
JSON representation
This is solution for rewards app
- Host: GitHub
- URL: https://github.com/geekshubhamrajput/mini-peer5
- Owner: GeekShubhamRajput
- Created: 2024-11-22T10:26:55.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T10:36:06.000Z (about 2 months ago)
- Last Synced: 2024-11-22T11:27:24.082Z (about 2 months ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Peerfives
## Getting Started
```bash
# Clone the repository
git clone https://github.com/GeekShubhamRajput/mini-peer5
cd MiniPeerfives# Install dependencies
bundle install# Setup database
rails db:create db:migrate# Start the server
rails s