About the Project

This is a basic web application built using the Ruby on Rails framework. The purpose of this project is to demonstrate a simple web application structure and to serve as a learning resource for anyone interested in Ruby on Rails development. For your protection, please avoid sharing any private information, including your real name, username, or password, on this site.

Features

  • Home Page: Displays a welcome message and links to various sections of the website.
  • Invoices Page: Provides information about the Invoices and has ability to add, edit delete them.
  • User Management: Basic user authentication and management features (login, logout, registration).

Technologies Used

  • Ruby on Rails: Web application framework
  • PostgreSQL: Relational database management system
  • Docker Compose: Container orchestration tool for development environment

Database Configuration

The project uses PostgreSQL as the database. The database configuration is specified in the docker-compose.yml file, which can be found in the project root directory.

Disclaimer

This website is for test purposes only. It is not intended for production use and should not be used to store sensitive or critical data.