Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 692 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 692 Bytes

How to Start My Project

  1. make sure you have installed Node.js.
  2. download mysql server and start it,set the proper schema(users,messages) like this:截屏2024-10-02 16 33 08
  3. another schema like this:截屏2024-10-06 15 55 22
  4. modify the settings of Mysql database in server.js.
  5. open the terminal.
  6. npm i or npm install
  7. node server.js to run my backend server(which is on port:3000).
  8. run the project Chinese-Film-Browse,and you can use it.