Our product is a pill advisor which simplifies the process of choosing the appropriate supplement for user's symptoms. The user can input their symptoms and the system will recommend the most suitable supplement for them. The system will also provide information about the supplement and its side effects. The user can also search for supplements and get information about them.
The backend is a RESTful API that provides the necessary endpoints to interact with the database.
- Python 3.8
- Node.js
- Clone the repository
- Install the dependencies
pip install -r requirements.txt npm install
- Start the backend
npm run start:s
This project is licensed under the MIT License - see the LICENSE file for details.