Online crime portal management system made for students and staff at any institution. The main scope of this application is to solve the important problems regarding sexual harassment, misusing of any properties etc. to the students and staff. Highly safe way of transmission of every complaint.
- Used to register all your complaints and get the proper solution for your problems.
- Complaints are handled by anonymous person at yours respective institute only.
- Email based user interface system made for easy access to students and staff.
- Sent items and ReceiveαΉ£ items panels are available to check our complaint history and new incoming messages.
- We are given Contact Us menu to know your suggestions and problems regarding this application.
- Frontend - JavaScript, HTML5, CSS3
- Backend - Python Flask
- Database - MySQL, SQL
Install and run it on your browser.
- Download the repository
- Create a MySQL database in PhpMyAdmin.
- Create tables as mentioned in the server.py file.
- Run the server.py file, you will be direct to
http://127.0.0.1:5000/
- Clone the repository
https://github.com/Ash515/HandsUp.git
- Check the status of your file
$git status
3.For using VScode for editing your files
$git code .
- To directly add your files to github
$git add .
- After writing your code commit your changes
$git commit -m <message>
- To pull your code to reposoitory
$git push origin master
Thats all about installation and version control with Git