Skip to content

Semester project for the course "Software Engineering" - NTUA

Notifications You must be signed in to change notification settings

gkosm314/softeng-tolls-interoperability

Repository files navigation

TL21-55

This is a semester project for the course Software Engineering at the National Technical University of Athens (NTUA).

It was implemented during the winter semester of the academic year 2021-2022.

You can find out how to install it here.

Implementation

The project was implemented in Python. We used:

Testing

Testing is implemented using python's unittest module and django's testing framework (which builds upon unittest)

Before running the tests make sure the 'tolls_root'@'localhost' has permissions to create a DB so the test_db can be created. This can be done by executing the following command inside mysql:

GRANT ALL PRIVILEGES ON * . * TO 'tolls_root'@'localhost';

In order to run the tests execute the following command from the source directory:

python manage.py test

Screenshots

About

Semester project for the course "Software Engineering" - NTUA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •