0xKubitus / Ruby_on_Rails_AJAX-Email-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

THP Badge

AJAX Gmail-like Project

Ruby v2.7.4 Rails v5.2.3

During this project, I have created a fake Email Inbox Viewer web application.

It offers less features than Gmail, but it uses AJAX and Ruby on Rails so it's a really cool project! 😉
The goal was not to create a new interface to receive our real emails on, but to learn and practice AJAX requests on a Rails 5 app.


How to use this repo:

  1. Simply clone this repo on your machine;
  2. then open this repo in a Terminal window;
  3. run the following commands in your Terminal:
bundle install
rails db:create db:migrate db:seed
rails server

You can now open your browser on: "http://localhost:3000/" to try out my Email Inbox Viewer app using AJAX on a Rails 5!


Features included in this project:

  • Create new emails;
  • Open/Read emails;
  • Delete emails;
  • Manage Unread & Read emails;

About


Languages

Language:Ruby 62.4%Language:HTML 20.2%Language:SCSS 9.3%Language:JavaScript 7.7%Language:CoffeeScript 0.5%