Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrianarivo/prayer_dom_ror
An app that helps you in your prayers
https://github.com/andrianarivo/prayer_dom_ror
Last synced: about 17 hours ago
JSON representation
An app that helps you in your prayers
- Host: GitHub
- URL: https://github.com/andrianarivo/prayer_dom_ror
- Owner: andrianarivo
- License: other
- Created: 2024-03-09T18:15:56.000Z (11 months ago)
- Default Branch: dev
- Last Pushed: 2024-05-14T16:57:45.000Z (9 months ago)
- Last Synced: 2024-08-02T17:03:46.039Z (6 months ago)
- Language: Ruby
- Size: 2.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prayer Dom
Prayer Dom helps you manage and get a better view on your prayers
## Authors
- [@andrianarivo](https://www.github.com/andrianarivo)
## Documentation
Entity Relationship Diagram
![]()
## Features
- Manage prayers
- Create Prayer types
- Change your prayer status
- Create Topics## Installation
Install ruby, node.js and yarn (always use LTS version)
```bash
ruby --version
node --version
yarn --version
```
## Run LocallyClone the project
```bash
git clone https://github.com/andrianarivo/prayer_dom
```Go to the project directory
```bash
cd my-project
```Install dependencies
```bash
bundle && rails db:setup
```Start the server
```bash
rails s
```## Running Tests
To run tests, run the following command
```bash
bundle exec rspec
```## License
[MIT](./LICENSE)