Skip to content

Django component for general-purpose email management

License

Notifications You must be signed in to change notification settings

huenique/email-manager

Repository files navigation

Email Manager

A bare-bones Django component for general-purpose email management. Includes a React-based web interface for frontend demonstration (API).

Setup

From the package root directory, sequentially run these two:

pip install .
npm i

In the Django project directory, the one with the manage.py file, create and apply migrations:

python manage.py makemigrations
python manage.py migrate

Run the Django dev server:

python manage.py runserver

Build the React frontend from the package root:

npm run dev

For production:

npm run build

Test the email manager with the React frontend on http://localhost:8000.

About

Django component for general-purpose email management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published