# backend guide
this is a backend guide
Copied!
# Main backend guide
this is main backend guide
# Getting Started
To get started with our project, follow these steps:
Installation: First, install the project dependencies.
npm install
Copied!1Development Server: Start the development server.
npm run dev
Copied!1View in Browser: Open your browser and navigate to http://localhost:8080/ (opens new window) to view the project.
# Project Structure
Our project follows a typical Vue.js project structure: