Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.49 KB

File metadata and controls

52 lines (36 loc) · 1.49 KB

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;