/smart-Park-System

Flask and Scrapy

Primary LanguageCSS

smart-Park-System

Flask and Scrapy

This is a project backend, currently implementing two functions. One function is to count the number of people entering the park timely, and the other function is to crawl the information of the park, which is convenient for park managers to declare projects.

How to use?

Infovue is a front-end code project, and smart-Park-System-main is a back-end code project.

Start the back-end code: run app.py in smart-Park-System-main,

Start the front-end code: first install nodejs, then enter vscode, enter npm install on the terminal, and then run the front-end through npm run dev