- Project name : Wikiposts with Ruby
- browsers : Chrome
- SO : any
- libraries : Rails
- source code folder-files: "app" folder ( here you will find the main folders to build a typical mvc app and you will find the "model" folder that will point the objects created to be stored in the DB -ActiveRecord-), db ( You can find the full schema for this app),
- notes : my aim is to create a basic CRUD app using Rails.
- test objectives not completed : It's needed to add other operations and create a more attractive an user friendly style.
Project is created with:
- ruby 3.0.0
- Rails 6.1.4.4
- SCSS
- javascript
- bundled 2.2.24
- rvm 1.29.12
To run this project locally, first install rvm, ruby, rails, bundled with the version mention above:
$ bundle install
$ bin/rails s