https://github.com/beautiful-code/aindia
https://github.com/beautiful-code/aindia
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beautiful-code/aindia
- Owner: beautiful-code
- Created: 2017-05-24T13:52:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T17:20:08.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T04:26:55.531Z (over 1 year ago)
- Language: Ruby
- Size: 300 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
“Adopt India” is to connect people who are socially responsible and to support and encourage civic participation in solving social issues. http://adoptindia.org/
## Developer Notes
Ruby Version - 2.4.0
Rails Version - 5.1.0
## Deployment Steps
* Run "bundle install" to install the dependencies.
* Run "rails s" to install the app on local host.
* Run "rails db:migrate"
* Run "rails db:seed"
## Test Steps
* TODO