Skip to content

sonoUnoTeam/sonoUno-web-2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

sonoUno web 2.0

sosUno web 2.0 is a future updated version of the sonoUno sonification software, tailored to provide an enhanced user experience. Developed using Python and Django, with additional graphics implemented using Matplotlib, this version aims to further the accessibility and functionality of its predecessor.

How to run the project locally

Linux

First we need to have Django installed, if not we will use the following command:

$ python -m pip install Django

After the installation we look for where the project is

$ cd yourdirectory/project $ cd yourdirectory/project/sonounoweb

We activate the manage.py file to run the server

$ python3 manage.py runserver

Windows

We need to have Django installed and we do it as follows:

We go to the place where the project folder is located and from there we execute the command through the console:

cd yourdirectory/project pip install Django==5.0.2

Once installed we initialize django

python\scripts\activate cd sonounoweb

Finally we run the project

python manage.py runserver

Enter to the website

The server will run at the address http://localhost:8000/sonif1D/inicio If everything works correctly, we will receive the following message:

Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
March 05, 2024 - 19:33:33
Django version 5.0.2, using settings 'sonounoweb.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

How to contribute to the software

All help is welcomed and needed! If you want to contribute contact us at [email protected]

Report issues or problems with the software

All people could report a problem opening an issue here on GitHub or contact us by email: [email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •