gongna-au / GraduationProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraduationProject

Welcome to the GitHub repository for my Graduation Project! This project is a comprehensive system designed to address a specific need, integrating modern web technologies and advanced algorithms for a seamless and efficient user experience. Below, you'll find an overview of the project, including its architecture, how to set it up, and how to use it.

Project Overview

This Graduation Project aims to "improve the efficiency of parking space utilization in urban areas through a smart parking system". The project is built using Vue.js for the frontend, Go (Golang) for the backend, and Python for running specific algorithms.

Technologies Used

Frontend: Vue.js Backend: Go (Golang) Algorithms: Python Database: MySQL

Other Technologies: [Any other significant technologies used in the project, e.g., Docker for containerization, Kafka for messaging]

Features

[Feature 1: Describe briefly] [Feature 2: Describe briefly] [Feature 3: Describe briefly] [Add more features as necessary]

Installation

Prerequisites Node.js and npm (for Vue.js) Go (for the backend server) Python (for running algorithms) [Any other prerequisites] Setting Up the Project

Clone the repository:

git clone [repository URL]
cd [project name]

Frontend setup:

Navigate to the frontend directory and install dependencies:

cd frontend
npm install

To run the Vue.js frontend:

npm run serve

Backend setup:

Navigate to the backend directory and build the Go application:

cd ../backend
go build

To start the server:

./[name of your built application]

Running Python algorithms:

Ensure Python is installed and the required libraries are in place. Navigate to the scripts directory and execute:

python [algorithm script].py

About


Languages

Language:Python 97.2%Language:C 0.9%Language:SCSS 0.7%Language:Vue 0.3%Language:C++ 0.2%Language:Cython 0.2%Language:Go 0.1%Language:JavaScript 0.1%Language:Fortran 0.1%Language:Jupyter Notebook 0.0%Language:CSS 0.0%Language:PowerShell 0.0%Language:HTML 0.0%Language:Roff 0.0%Language:Shell 0.0%Language:Smarty 0.0%Language:Forth 0.0%Language:Meson 0.0%Language:Lua 0.0%Language:Dockerfile 0.0%