Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

lanets/Volops

Repository files navigation

Volops (Volunteer Operations System)

System to manage volunteers for multiple events. This system is a rails application within a docker container. It also uses react through the react-rails webpacker gem.

Prerequisites

You must have docker and docker-compose installed

Installing

make build to build the project. make run-dev to start the project in developement mode

Open

http://localhost:3000/en

Running rails or yarn command

to run rails command, you must add docker-compose run web in front of the command Example:

docker-compose run web rails db:migrate

Seed

The seed provides real data from volunteers during Lan ETS 2018. docker-compose run web rails db:seed Afterwards, an admin with the credentials [email protected]:allo123 will be created

Tests

Application uses rspec for tests. make rspec to run all tests

Deployment

Section under construction

Built With

Authors

License

This project is licensed under the MIT License

Acknowledgments

  • Simon Carpentier for the original excel sheet that we used for countless years