Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.28 KB

Mega-project

Student Feedback System in Python (Flask) with Mysql db

6th sem diploma CSE mega project

How to run on Your System

  1. Clone the repository using git clone command: bash git https://github.com/Harsh2504/Mega-project.git cd Mega-Project

  2. Create a virtual environment and activate it: python3 -m venv env Linux or Mac : source env/bin/activate Windows: .\env\Scripts\activate.ps1

  3. Install all required packages by running pip install command in your terminal or cmd: pip install -r requirements.txt

  4. Run the application from terminal or cmd: example:"c:/Users/HARSH/OneDrive/Desktop/OUR_SYSTEM/new/app.py "

How to make contribution in my project

  1. Fork this repo (Click on the fork button on top of this page)
  2. Make changes in your forked repository
  3. After making changes, click on compare & pull request.
  4. Then add appropriate title and description about what you have done.
  5. Click create pull request after adding everything.
  6. Wait until I review your code and merge it into main branch.
  7. If there are any conflicts then resolve them.
  8. Once merged, you will see that your name is added under contributors list.
  9. You can also see how much time you spent on this project in the graph below Contribution Graph.

Project Structure

The project structure is as follows: