Skip to content

NathalyaStefhany/Portal-Academico

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js CI GitHub language count GitHub last commit

Portal Acadêmico

This project is a proposed interface for the Inatel academic portal.

Project DescriptionLayoutFunctionalitiesTechnologiesRun the ProjectAuthors

💻 Project Description

The project's objective is to develop a complete application (backend, web and mobile). In the mobile application we have the student's academic portal and on the web, in addition to having the student part, we also have the teacher and administrator part. Both applications use the same backend.

The project is being developed in:

  • Backend: Node.js and MongoDB
  • Web: React
  • Mobile: Flutter

In addition, some software engineering techniques were applied:

  • Unit Tests: created in backend using Jest
  • End-to-end Tests: created in frontend using Cypress
  • Continuous Integration (CI): used in backend with Github Actions

🎨 Layout

The application layout is available on Figma:

Generic badge Generic badge

🎯 Functionalities

Web

The application is divided into 3 parts:

  • Student:

    • Login
    • Class Schedule
    • Class Material
    • Grades
    • Frequency
    • Academic Record
    • Academic Coefficient
    • Exam Dates
    • Class Replacement
    • Teacher's Office Hours
    • Profile
    • Matriculation
  • Teacher:

    • Login
    • Class and office hours schedules
    • Publish Class Material
    • Publish Grades
    • Publish Frequency
    • Profile
  • Admin:

    • Login
    • Register Student
    • Register Teacher
    • Register Exam Date
    • Register Class Reposition
    • Profile

Mobile

The application has the following features:

  • Login
  • Class Schedule
  • Class Material
  • Grades
  • Frequency
  • Academic Record
  • Academic Coefficient
  • Test Date
  • Class Replacement
  • Teacher's Office Hours

🛠 Technologies

The following tools were used in the construction of the project:

🚀 Run the Project

We can consider this project as being divided into three parts:

  • Back-end
  • Front-end
  • Mobile

📝 Prerequisites

Before you begin, you'll need to have the following tools installed on your machine: Node.js and MongoDB. In addition, it's good to have an editor to work with the code like VSCode.

🎲 Back-end

API in Node.js that provides communication with the MongoDB bank and is consumed by the web and mobile.

# Clone this repository
$ git clone https://github.com/NathalyaStefhany/Portal-Academico.git

# Access the project folder in your terminal/cmd
$ cd Portal-Academico

# Go to the back-end application folder
$ cd backend

# Install the dependencies
$ npm install

# At the first time, it's necessary to run this command
$ npm run typeorm migration:run

# Run the server in development mode
$ npm run dev

# The application will run on the port: 3333

🖥️ Front-end - Web

Developed with React.

# Clone this repository
$ git clone https://github.com/NathalyaStefhany/Portal-Academico.git

# Access the project folder in your terminal/cmd
$ cd Portal-Academico

# Go to the front-end application folder
$ cd frontend

# Install the dependencies
$ npm install

# Run the application in development mode
$ npm run start

# The application will open on the port: 3000
# Go to http://localhost:3000

📱 Mobile

Developed with Flutter.

# Clone this repository
$ git clone https://github.com/NathalyaStefhany/Portal-Academico.git

# Access the project folder in your terminal/cmd
$ cd Portal-Academico

# Go to the mobile application folder
$ cd frontend

# Install the dependencies
$ flutter pub get

# Run the application in development mode
$ flutter run

# The application will open on the device you have chosen to run it on

👪 Authors

About

Project of the discipline "Special Topics I" at Inatel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published