/nao_enviadas

Messages we wish had sent to someone, but they weren't sent

Primary LanguagePython

Não envidas

Site where you can add "anonymous" messages for special people. Messages we wish had sent to someone, but they weren't sent

nao_enviadas.mp4

Prerequisites

What do you need to install the application

  • Python 3.9+

Running the project

Create a virtual environment

python3 -m venv .venv
source .venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Apply the migrations

python manage.py migrate

Create admin user

python manage.py createsuperuser

Run the project

python manage.py runserver