MediMate is a web application designed to provide medical assistance and information. The project consists of a backend API and a frontend user interface.
- Node.js
- Yarn or npm
-
Clone the repository:
git clone https://github.com/yourusername/medimate.git cd medimate -
Install dependencies for both backend and frontend:
yarn install
-
Navigate to the backend directory:
cd apps/backend -
Start the backend server:
yarn start
-
Navigate to the frontend directory:
cd apps/frontend -
Start the frontend development server:
yarn start
-
Open http://localhost:3000 to view it in the browser.
To create a production build of the frontend, run:
cd apps/frontend
yarn build