/projeto_interdisciplinar

Projeto interdisciplinar da UNA

Primary LanguageHTML

Recicla+ App

Projeto interdisciplinar

Trabalho acadêmico desenolvido em Python 3, usando Django 3.

Settings

Create a virtualenv to start the settings. Install if you don't have using the following commands: sudo apt install python-virtualenv and sudo apt-get install python3-venv.

Create the local virtualenv: python3 -m venv venv

Activate the virtualenv: source venv/bin/activate

Installation

Mappets requires Python3 v3+ to run.

Install the dependencies and devDependencies and start the server.

cd mappets

Use the pip install to install from requirements.txt file.

pip install -r requirements.txt

Run all database migrations:

python manage.py migrate

Use the manage.py file to run the server.

python manage.py runserver