π Stars | π΄ Forks | π Issues | π Open PRs | π Close PRs |
- Email: superadmin@gmail.com
- Password: password@1
- Email: admin@gmail.com
- Password: 123Qwe1
- Email: user@gmail.com
- Password: 123Qwe1
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.
- π Admin Registration: Nasha Mukti Kendra administrators can register and manage their rehabilitation centers.
- π¨ββοΈ Doctor Registration: Doctors can easily register and link with specific centers, making it simpler to offer specialized care.
- π User Search: Users can locate the nearest Nasha Mukti Kendra, ensuring access to rehabilitation services when needed.
- π‘οΈ Super Admin Approval: The super admin has control over approving registrations and managing the platform efficiently.
- π Secure Authentication: Robust login mechanisms for super admins, admins, doctors, and users, ensuring secure access to sensitive information.
- Backend: Developed with Go and MongoDB for high performance and scalability.
- Frontend: Crafted with React and TypeScript for a dynamic, user-friendly experience.
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 theBackend
directory and add the environment variables mentioned insample.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 theFrontkend
directory and add the environment variables mentioned insample.env
file -
Run the frontend server:
npm start
-
Access the platform:
- Open your browser and navigate to
http://localhost:5173
for the frontend. - The backend server runs on
http://localhost:3000
. - Api documentation is available on
http://localhost:3000/swagger-ui/index.html
- Open your browser and navigate to
-
Login as Super Admin:
- Use the provided super admin credentials to log in and manage the platform.
-
Search for Nasha Mukti Kendra:
- Use the search functionality to find the nearest centers.
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.