/flask-vue-app

A sample project which shows how to work with Flask and Vue using Docker

Primary LanguageVue

Installation

You must have Docker installed in your machine in order to run this app easily

  1. Clone the repo
    git clone https://github.com/Rahul-7323/flask-vue-app.git
  2. Start the application using docker-compose
    docker-compose up -d
  3. Go to the following URLs for accessing the app
    http://localhost:3000  # Frontend
    http://localhost:5000  # Backend