https://github.com/strongqa/demo_web_app
This is demo web application for howitzer_example
https://github.com/strongqa/demo_web_app
Last synced: about 1 year ago
JSON representation
This is demo web application for howitzer_example
- Host: GitHub
- URL: https://github.com/strongqa/demo_web_app
- Owner: strongqa
- Created: 2015-01-29T12:09:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T09:19:34.000Z (over 1 year ago)
- Last Synced: 2025-04-18T02:45:29.051Z (about 1 year ago)
- Language: Ruby
- Size: 1.3 MB
- Stars: 20
- Watchers: 12
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Simple demo web application
## Installation
```
bin/setup
bin/rails s
```
## Run development environment locally on docker
```
docker-compose build
docker-compose run --rm web rake db:create db:migrate db:seed
docker-compose up
```
## Run production environment locally on docker
```
docker-compose -f docker-compose.production.yml build
docker-compose -f docker-compose.production.yml up
```
Useful commands:
```
docker-compose -f docker-compose.production.yml exec web rake db:create db:migrate db:seed
docker-compose -f docker-compose.production.yml exec web rake assets:precompile
docker-compose -f docker-compose.production.yml stop
```
## DEMO SERVER
http://demoapp.strongqa.com
```
Default admin email: admin@strongqa.com
Default password: 1234567890
```
_Note_: all test data, except 3 test articles and 5 demo users are cleaning up every day at 00:00 UTC
## API
curl 'http://demoapp.strongqa.com/api/v1/articles' -H 'Authorization: Token token="97f85fa997125c758a67213c44e1c0543a603f3819b31456b9"'
## Contribution
[](https://sourcerer.io/fame/romikoops/strongqa/demo_web_app/links/0)[](https://sourcerer.io/fame/romikoops/strongqa/demo_web_app/links/1)[](https://sourcerer.io/fame/romikoops/strongqa/demo_web_app/links/2)[](https://sourcerer.io/fame/romikoops/strongqa/demo_web_app/links/3)[](https://sourcerer.io/fame/romikoops/strongqa/demo_web_app/links/4)[](https://sourcerer.io/fame/romikoops/strongqa/demo_web_app/links/5)[](https://sourcerer.io/fame/romikoops/strongqa/demo_web_app/links/6)[](https://sourcerer.io/fame/romikoops/strongqa/demo_web_app/links/7)