https://github.com/condef5/cojos-app
https://github.com/condef5/cojos-app
esbuild rails7
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/condef5/cojos-app
- Owner: condef5
- Created: 2022-02-09T05:04:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T02:22:40.000Z (about 4 years ago)
- Last Synced: 2025-08-16T09:35:31.422Z (10 months ago)
- Topics: esbuild, rails7
- Language: Ruby
- Homepage: https://cojos-app.onrender.com/
- Size: 81.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/