WikiLeeks is a Wikipedia search and save web app utilizing a Rails backend and a React frontend.
This web app makes use of the following:
- Ruby [2.6.1]
- Rails [~> 6.0.3.3] - MVC Web Framework
- PostgreSQL [~> 2.0] - Database
- BCrypt [~> 3.1.7] - Gem for encryption
- Clone this repo to your local machine git clone
- run bundle install to install required dependencies
- run rails db:create to create a database locally.
- run rails db:migrate to create tables into the database.
- run rails db:seed to create seed data.
- run rails s to run the server.
If you want to contact me you can reach me at mimioj@gmail.com
This project uses the following license: GNU General Public License v3.0
