Skip to content

Full project implement a smart parking with web app and desktop app

Notifications You must be signed in to change notification settings

huydq2152/smart-parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webapp : Parking_server

Setting and load library

cd to src/zero.web.mvc and run

npm install -g yarn
yarn install

Create Database

Config connection string to your database in file appsetting.json cd to src/entityframeworkcore and run

dotnet ef database update

Build UI

cd to src/zero.web.mvc and run

gulp buildDev

Run Project zero.web.mvc to open web app

cd to src/zero.web.mvc and run

dotnet run

Winform app : Parking_client

Config connection string to database, connect barie, config card reader, config camera in file app.config and run project after that

License plate detection and recognition: License-plate-flask

Setting virtualenv

Run this cmd in your computer

pip install virtualenv

create virtual environment for project

cd to project folder and run

python -m venv venv
cd venv/Script
Activate.ps1

Install essential library to run project

cd to the folder contain project and run

pip install -r requirements.txt

Run Project

py app.py

About

Full project implement a smart parking with web app and desktop app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published