Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tugsem/huzurevi_backend
https://github.com/tugsem/huzurevi_backend
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tugsem/huzurevi_backend
- Owner: tugsem
- Created: 2023-03-18T21:22:33.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-16T14:05:20.000Z (6 months ago)
- Last Synced: 2024-12-17T16:35:07.155Z (27 days ago)
- Language: Ruby
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [π₯ Authors](#authors)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π License](#license)> API-only rails app for a nursing home application including admin and user (nurses) authentication, and a stock management page for the business, the features are admin panel, patient panel, and stock panel. Nurses will use the patient panel to record the medications given to the patient.
Client
Server
Database
### Key Features
Admin Panel:
- Display a stock chart and business stats on the dashboard
- Add, update and remove stock on the stock panel
Employee Panel:
- Display a list of patients
- Create a new record of the given medication and necessary notes about the patient
- [Rails Server](https://huzurevibackend-production.up.railway.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Rails
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]/tugsem/huzurevi_backend.git
```
### Install
Install this project with:
```sh
cd huzurevi_backend
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails db:create
rails db:migrate
rails start
```
π€ **TuΔsem SaranlΔ±**
- GitHub: [@githubhandle](https://github.com/tugsem)
- Twitter: [@twitterhandle](https://twitter.com/tugsemSaranli)
- LinkedIn: [LinkedIn](https://linkedin.com/in/tugsem)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give a star!
This project is [MIT](./LICENSE) licensed.