Skip to content

Developed by João Victor Carvalho Machado for Rapid Application Development in Python (ARA0095 - 2024.1) at Estácio de Sá University, Maracanã Campus.

Notifications You must be signed in to change notification settings

joaovictorcmd/grada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRADA

The "GRADA" project demonstrates the application of modern technologies in academic management. Here, you will find details, tools used, and guides to run it locally.

ℹ️ About the Project

It is a web application developed in Flask, designed to manage academic information of students and teachers. It offers robust functionalities for adding, editing, and deleting data, implements user authentication for security, and uses SQLAlchemy for efficient database interaction. Additionally, it utilizes Bootstrap for a responsive and modern user interface.

🛠️ Tools Used

  • Language: Python
  • Framework: Flask
  • Database: SQLite
  • Front-end: HTML, CSS, JavaScript, and Bootstrap

🚀 Running the Project

Follow the instructions below to run the project on your local environment:

  1. Clone the repository:

    git clone https://github.com/joaovictorcmd/grada.git
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the server:

    python main.py
    
  4. Access the application:

    Open your web browser and enter the following address:

    http://localhost:5000
    

Now you can start using the application, managing professors and students, including creating, viewing, updating, and deleting information as needed.

📝 Contribution

If you wish to contribute improvements to the project, follow these steps:

  1. Fork the repository and clone it to your machine.
  2. Create a new branch for your modifications.
  3. Make the necessary changes and add them to the staging area.
  4. Send a pull request for your modifications to be reviewed.

About

Developed by João Victor Carvalho Machado for Rapid Application Development in Python (ARA0095 - 2024.1) at Estácio de Sá University, Maracanã Campus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published