Skip to content

AathmikaM/applied-conservation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

217 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

View performance data on Skylight

Applied Conservation

An application to help organize and plan reservation projects.


Installation

Ruby & Rails versions

The application is tested and developed on Ruby 2.5.1 and Rails 5.2

CONFIG KEYS

To run the application locally you must get the config/master.key file or setup your own local SECRET_KEY.

Development

To run the application locally for development follow the below commands after installing ruby and Postgresql.

gem install bundler
bundle install
yarn install
bundle exec rake db:create db:schema:load db:migrate db:seed
bin/webpack
rails s

JavaScript development

You can run bin/webpack-dev-server to run the "hot" webpack server while working on any React components.


Testing

Ruby

Run the tests with bin/rake or rspec

JS

Run the tests with yarn test or yarn test-watch

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.3%
  • HTML 17.7%
  • CSS 7.9%
  • JavaScript 2.1%