Skip to content

itsJash/reimplementation-back-end

 
 

Repository files navigation

Expertiza Backend Re-Implementation

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version - 3.2.1

Development Environment

Prerequisites

Instructions

Tutorial: Docker Compose as a remote interpreter

Video Tutorial

IMAGE ALT TEXT HERE

Database Credentials

  • username: root
  • password: expertiza

Password Reset Testing Guide

Overview

The deployment does not allow creating new users. To facilitate testing, we have manually added a test email into the database. Follow the steps below to test the password reset functionality.

Steps for Testing

  1. Go to http://152.7.177.227:3000/login and click on 'forget password' button.

  2. Input the email address: [email protected] and click on request password.

  3. Open another tab and log into Gmail using the following credentials:

  4. After logging in, you should be able to see the inbox and there should be an email from Expertiza Mailer(check spam folder if you don't see the email). Open the email and click on the link to reset the password.

  5. Type in the new password and reset it. Then head back to http://152.7.177.227:3000/login and try logging in with the email and the new password that you set up.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.6%
  • Other 0.4%