chetan6780 / Cmail

An email client that makes API calls to send and receive emails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cmail logo Cmail

Local setup

  1. Clone the repository
$ git clone https://github.com/chetan6780/Cmail.git
$ cd Cmail
  1. Create a virtual environment to install dependencies in and activate it:
$ python -m venv .
$ .\Scripts\activate
  1. install the dependencies:
(venv)$ pip install -r requirements.txt

Note: (venv) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv. For pipenv you will not see any (venv) in front of the propt.

  1. Once pip has finished downloading the dependencies:
(venv)$ cd src
(venv)$ python manage.py makemigrations
(venv)$ python manage.py migrate
(venv)$ python manage.py runserver

Desktop-screenshots

start

middle

end

The application should be running on http://127.0.0.1:8000/

About

An email client that makes API calls to send and receive emails.


Languages

Language:Python 44.4%Language:JavaScript 32.6%Language:HTML 20.7%Language:CSS 2.3%