EniGma? is a Desktop web app where users can create and view different scientific articles. Singed-in users can up-vote articles. The one with the most votes will be on the home page. Built with Ruby on Rails and SCSS.
EniGma? is a Desktop app for articles about different scientific fields where
You need the PostgreSQL database installed before proceeding with the below steps
To get started with the project follow the steps below:
git clone https://github.com/patrick-angelos/Enigma.git
bundle install
rails webpacker:install
rails db:create
rails db:migrate
rails s
to start the serverlocalhost:3000
on your browserSetting Up:
To set up the database for the project you only need to create the desired Categories with name and priority
rails c
Category.create(name: "yourCategoryName", priority: "showPriority")
š¤ Patrikis Angelos
Contributions, issues, and feature requests are welcome!
Give a āļø if you like this project!
README
template.This project is under the Creative Commons license and you can share, copy and redistribute the material in any medium or format. Adapt, remix, transform, and build upon the material as long as you give appropriate credit to the creator (Nelson Sakwa), provide a link to the license, and indicate if changes were made.
You may not use the material for commercial purposes.