Skip to content

YufeiLinUlysses/Safety-Application-CS542

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safety-Application-CS542

Python code specification:

Use tab instead of space;

Variable Name:

Add the type of variable before or after the variable name. The variables should start with small capital letter: iNum. Camel-Case for other variables. I personally would add m_ for all class' member, like: self.m_iBirthday. Example: Integer: iNum, iCount, iGrade float: fDiff list: remainNumList set: studentSet. dict: url2TxtDict object: oTree, oNode

Function Name:

The comment for the function should be: input, output, describe for function. The function name should start with big capital letter: def Find() def Get()

File:

The file name should always be small capital: file_name

Server

Go to the directory server, then run the following command

cd server

Run server

python3 app.py

Criminal Analysis Dashboard

Remember, you could only run dashboard after you run the server

Go to the directory dashboard, then run the following command

cd dashboard

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

If you have any questions or objections, feel free to discuss in whatsapp.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors