This is an email client that makes API calls to send and receive emails built using Django 4, HTML 5, CSS 3, Bootstrap 5, and vanilla JavaScript.
Install the following prerequisites:
From the root directory run:
python -m venv venvFrom the root directory run:
On macOS:
source venv/bin/activateOn Windows:
venv\scripts\activateFrom the root directory run:
pip install -r requirements.txtFrom the root directory run:
python manage.py makemigrationspython manage.py migrateFrom the root directory run:
python manage.py runserverGo to http://127.0.0.1:8000/ to view the application.
Just remember to send an email to an email address that already exists in the database.
Copyright © 2022 Bob's Programming Academy. Code released under the MIT license.
