8000 GitHub - chetan6780/Cmail: An email client that makes API calls to send and receive emails.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chetan6780/Cmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0