https://github.com/geekshubhamrajput/mini-peer5
This is solution for rewards app
https://github.com/geekshubhamrajput/mini-peer5
Last synced: about 2 months 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T10:36:06.000Z (6 months ago)
- Last Synced: 2025-02-07T03:41:47.706Z (3 months ago)
- Language: Ruby
- Size: 27.3 KB
- 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