https://github.com/ewertoncodes/test
https://github.com/ewertoncodes/test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ewertoncodes/test
- Owner: ewertoncodes
- Created: 2023-05-10T04:28:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T08:33:52.000Z (about 3 years ago)
- Last Synced: 2025-01-23T20:32:30.328Z (over 1 year ago)
- Language: Ruby
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```bash
git clone git@github.com:ewertoncodes/test.git
cd test
cp .env.sample .env
docker compose run web rails db:setup
docker compose up
```
If you want see tests:
```bash
docker compose run web rspec
```
You can see the app live on:
https://stark-tor-07530.herokuapp.com/