Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xerx81/mail

A django based web app to send and receive mails. (an email clone)
https://github.com/xerx81/mail

api django html-css-javascript python sqlite

Last synced: 9 days ago
JSON representation

A django based web app to send and receive mails. (an email clone)

Awesome Lists containing this project

README

        

# Mail

## Description:

**Mail** is a Django-based web application that allows users to send and receive mail, reply to them & archive them.

## Setup:

**1. Clone the repository**:
```
git clone https://github.com/Xerx81/Mail.git
```

**2. Create a virtual enviornment**

**3. Install dependencies**
```
pip install -r requirements.txt
```

**4. Run the development server**
```
python manage.py runserver
```