/coding-assessment-makerable

Patients manager is a web application where you can create an profile as a doctor or receptionist, the receptionist can do CRUD actions on patients and doctors can see a graph with the patients register by day.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Patients manager

Patients manager is a web application where you can create an profile as a doctor or receptionist, the receptionist can do CRUD actions on patients and doctors can see a graph with the patients register by day.

🛠 Built With

  • Back-End: Ruby on Rails

Tech Stack

Client
Database

Key Features

  • [Registration and login using devise]
  • [PostgreSQL as database]
  • [Chartkick to make graphs]

(back to top)

🚀 Live Demo

Video presentation

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Ruby version 3.1.3 or later
  • Rails version 7 or later
  • Postgresql

Setup

For the Back-end:

Clone this repository to your desired folder:

  git https://github.com/Alejandro-Bernal-M/coding-assessment-makerable.git
  cd coding-assesment-makerable

Install

Install this project with:

bundle install

Usage

The enviroment variables are managed with the figaro gem, you need to create a file

  /config/application.yml

inside that file, you need to create this variables:

 postgre_username: "your user"
 postgre_password: "your password"

then run

  rails db:create
  rails db:migrate

To start the server, execute the following command:

rails server

(back to top)

👥 Authors

👤 Alejandro

🔭 Future Features

  • [appoiments]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please give it a star ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank

  • makerble for the opportunity.

(back to top)

📝 License

This project is MIT licensed.

(back to top)