Skip to content

yaoruixuu/MinimalMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimalMail

A single-page email client with a REST API backend built using Django and JavaScript.

Live demo: https://yaorui2.pythonanywhere.com/

minimalMailLogo

Tech Stack

  • Backend: Django REST API (Python)
  • Frontend: Vanilla JavaScript with fetch API
  • Database: SQLite
  • Authentication: Django built-in auth system

The application uses a REST API architecture where the frontend communicates with the backend through JSON endpoints for all email operations.

How to Run

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run migrations:

    python manage.py makemigrations mail
    python manage.py migrate
  3. Start the server:

    python manage.py runserver
  4. Open http://127.0.0.1:8000 in your browser

About

Minimalistic Email App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published