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: about 2 months ago
JSON representation

This is solution for rewards app

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