- Notifications
You must be signed in to change notification settings - Fork1
This repository is a rebuild of MedicSyn's API, originally developed during a hackathon. MedicSyn is a medical adherence app designed to help chronic patients stay on track with their medications through reminders, tracking, and notifications. The API focuses on improving performance, scalability and adding new features for enhanced user experience
License
chimdykekamsi/MedicsynApi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MedicSyn is a medical adherence app designed to help users stay on track with their medications through reminders, tracking, and notifications. This repository contains the API backend for the app, originally developed during a hackathon and now being rebuilt to improve performance, scalability, and features.
- User authentication and authorization
- Medication scheduling and reminders
- Secure API endpoints
- Email notifications for adherence tracking
- Token-based verification system
- Node.js withExpress for the backend
- MongoDB for the database
- JWT for authentication
- TypeScript for robust and maintainable code
- Postman for API testing
- Clone the repository:
git clone https://github.com/your-username/medicsyn-api.git
- Install dependencies:
npm install
- Create a
.env
file in the root directory and configure the following variables:PORT=3000DATABASE_URL=mongodb://localhost:27017/medicsynACCESS_TOKEN_PRIVATE_KEY=your_access_token_keyREFRESH_TOKEN_PRIVATE_KEY=your_refresh_token_keyCLIENT_URL=http://localhost:3000EMAIL_SERVICE_PROVIDER=your_email_serviceEMAIL_SERVICE_API_KEY=your_email_service_api_key
- Start the development server:
npm run dev
The API is documented using swagger:Swagger URL: [http://localhost:3000/api-docs]
- Add advanced scheduling features
- Implement push notifications
- Enhance analytics for user adherence tracking
- Integrate with external health services
Contributions are welcome! Feel free to open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under theMIT License.
About
This repository is a rebuild of MedicSyn's API, originally developed during a hackathon. MedicSyn is a medical adherence app designed to help chronic patients stay on track with their medications through reminders, tracking, and notifications. The API focuses on improving performance, scalability and adding new features for enhanced user experience