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

https://github.com/condef5/cojos-app


https://github.com/condef5/cojos-app

esbuild rails7

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Cojos App 🥅 ⚽️ 🥅

Simple app for players who wants to join for play soccer

## Setup

To start this application locally:

1. Make sure you have installed ruby 3.0.2
2. Install the dependencies:
```
bundle install
yarn install
```
3. Create the database and run the migrations
```
rails db:create
rails db:migrate
rails db:seed
```
4. Run the server: `./bin/dev`
5. Visit http://localhost:3000/