Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/xerx81/mail
- Owner: Xerx81
- Created: 2024-08-14T09:14:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T10:28:16.000Z (3 months ago)
- Last Synced: 2024-08-14T12:03:14.059Z (3 months ago)
- Topics: api, django, html-css-javascript, python, sqlite
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```