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.
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
-
python3
- if not available, go here to download according to your operating system
-
django
- if not available, download through pip
$ pip install django
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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Gmail: [email protected]