Skip to content

ASuffert/Exams-Eng-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sistema de Exames Online

Descrição do Projeto

O Sistema de Exames Online é um projeto desenvolvido para permitir que professores criem exames e estudantes realizem exames de forma online, proporcionando uma experiência amigável e eficiente. O sistema é projetado para ser intuitivo e responsivo, adaptando-se a diferentes dispositivos para oferecer uma experiência consistente.

🚀 Getting Started

Clone the project repository from Gitlab

git clone git@github.com:ASfft/Exams-Eng-Software.git

Check Usage section to handle the project.

📋 Prerequisites

🔧 Installation

After cloning the project and installing all prerequisites.

  • Create a virtual environment

  • Check if poetry is using your own virtual environment:

      poetry env system
  • In case poetry is not pointing to correct python path, just update the poetry

      poetry env use system 
  • Install poetry dependencies:

      poetry install

📦 Usage

  • Initialize database
      ./manage.py initialize
  • Run application
      python run.py
    or
      flask --app app.wsgi run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published