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
What do you need to install the application
- Python 3.9+
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