Clone the repository:
git clone https://github.com/Innuska23/medicine-delivery-app
Navigate to the project folder:
cd medicine-delivery-app
Install dependencies:
npm install
Running:
npm run dev
The Medicine Delivery app should consist of two pages:
- the shops page;
- the shopping cart page.
- Important: Add instructions in the readme.md file on how to run the application.
- Upload source code to GitHub/BitBucket/GitLab and share a link.
- Host an application in any suitable way and share the URL to access it.
- The front-end part can be done in JavaScript (with or without any framework), with any preferred design style.
- The back-end part can be done on NodeJS with or without any framework.
- Use any relational or non-relational database.
The page where users can choose a drug store, then add medicines to the cart (get data from the database)
The page where the user can check all added products, remove some of them or change the count. And add an email, a phone number, and an address (in inputs) The order should be saved in the database after the user clicks the “submit” button

