Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.32 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.32 KB

DMail

DMail, as the name suggests is an email service, built with django working in the backend and javascript in the frontend to work as an Single Page Application (SPA), where you register for an email account, login/logout of your, compose and send a mail, read mails, archive mails.

Installation

Requirements

First git clone the repository by and go the repository by:

$ git clone https://www.github.com/pramitsingh0/django-js-mail-app.git
$ cd django-js-mail-app

Requirements

  • python3

    • if not available, go here to download according to your operating system
  • django

    • if not available, download through pip
    $ pip install django
    

Usage

mail-app-git.mp4

Make migrations to the database:

$ python manage.py makemigrations
$ python manage.py migrate

Then launch the server by:

$ python manage.py runserver

After using the above command in your terminal, open your browser and type 127.0.0.1:8000/ in your address bar to open the web application.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact Developer

Gmail: [email protected]