gofmanaa / rails-crud

Simple CRUD on Ruby-on-Rails with authentication. For educational purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

A simple CRUD project on Ruby on Rails with user authentication by email and password.

The project is running on version Ruby 3 and Rails 7.0.3, workability on other versions has not been tested.

Usage:

  1. Clone respected git repository
git clone https://github.com/gofmanaa/rails-crud.git
  1. Install required dependencies
  $ bundle install
  1. Create db and migrate schema
  $ rake db:create
  $ rake db:migrate
  $ rake db:seed
  1. Run the following command in the project folder
  $ rails server 
  1. Open the link in the browser http://127.0.0.1:3000/
  2. Log in as admin user with credentials:
  email: admin@mail.com
  password: 1234

Login Form Users List

About

Simple CRUD on Ruby-on-Rails with authentication. For educational purposes


Languages

Language:Ruby 66.6%Language:HTML 29.5%Language:JavaScript 2.7%Language:CSS 1.2%Language:SCSS 0.0%