Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NotificationsYou must be signed in to change notification settings

chimdykekamsi/MedicsynApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Features

  • User authentication and authorization
  • Medication scheduling and reminders
  • Secure API endpoints
  • Email notifications for adherence tracking
  • Token-based verification system

Technologies Used

  • Node.js withExpress for the backend
  • MongoDB for the database
  • JWT for authentication
  • TypeScript for robust and maintainable code
  • Postman for API testing

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/your-username/medicsyn-api.git
  2. Install dependencies:
    npm install
  3. 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
  4. Start the development server:
    npm run dev

API Documentation

The API is documented using swagger:Swagger URL: [http://localhost:3000/api-docs]

Roadmap

  • Add advanced scheduling features
  • Implement push notifications
  • Enhance analytics for user adherence tracking
  • Integrate with external health services

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request for any enhancements or bug fixes.

License

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp