https://drive.google.com/file/d/19Wbp3AqiPlyGMCpk_lNapcqlBtz98hTj/view
To get a local copy up and running follow these simple steps.
- Ruby (version 2.7 or later)
- Rails (version 6.0 or later)
- PostgreSQL
- Git
- Clone the repository:
git clone https://github.com/sammyifelse/Med-Care.git
- Navigate to the project directory::
cd Med-Care
- Install the required gems:
bundle install
- Set up the database:
rails db:create rails db:migrate rails db:seed
- Start the Rails server:
rails server
- Open your browser and go to http://localhost:3000 to see the application in action.
This addition makes it clear that the user should navigate to the project directory after cloning the repository.
Register a new user as a receptionist or doctor. Log in and manage patient data. View daily patient registration counts in the provided chart.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License - see the LICENSE file for details.
Ruby on Rails - The web application framework used. PostgreSQL - The database system used. Bootstrap - For responsive design. Chart.js - For data visualization in charts.