The Camden Point is a search engine that offers a directory of the local services in the Camden borough. We connect all citizens of the Camden area to volunteer and donate to their local community.
git clone https://github.com/somalisintech/2020-hackathon-team-5.git
cd book-explorer
check you have Ruby 2.6.6
The application can be tested locally. After downloading the repository, run bundle install and download all dependencies. Then run
rake db:create db:migrate
After that, run bundle exec rails server
and also bundle exec bin/webpack-dev-server
and the application will begin running on localhost:3000.