Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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