Running the application locally for development by Usman

Clone the repository and install dependencies

> cd diabetes-food-database
> npm install

Start the backend lambda service and serve the client

> npm run start:lambda
> npm run start:vue

The user interface will be available at http://localhost:8080/

Built with