🌟 Stars | 🍴 Forks | 🐛 Issues | 🔔 Open PRs | 🔕 Close PRs |
Rehabify is an all-in-one management platform tailored for rehabilitation centers and Nasha Mukti Kendras. It streamlines operations by enabling administrators, doctors, and users to connect efficiently. The platform allows admins to register centers, doctors to associate with specific centers, and users to search for the nearest facilities. A super admin oversees the entire platform, ensuring smooth management and approval processes.
For contributing to this repository, make sure you raise a pull request to the develop
branch.
Clone the repository:
git clone https://github.com/Ratnesh-Team/Rehabify.git
cd Rehabify/Backend
Install dependencies:
go mod tidy
Create a .env File:
Create a .env
file in the Backend
directory and add the environment variables mentioned in sample.env
file
Run the backend server:
go run main.go
Navigate to the frontend directory:
cd ../Frontend
Install dependencies:
npm install
Create a .env File:
Create a .env
file in the Frontend
directory and add the environment variables mentioned in sample.env
file
Run the frontend server:
npm start
Access the platform:
http://localhost:5173
for the frontend.http://localhost:3000
.http://localhost:3000/swagger-ui/index.html
Login as Super Admin:
Search for Nasha Mukti Kendra:
If you find this project useful, please consider giving it a star ⭐ on GitHub. It helps the project gain visibility and encourages contributions from the community.
This project is licensed under the MIT License - see the LICENSE file for details.