Skip to content

This will recieve an JSON Object from a serverside Express.js API, then will proceed sending an automatic email using Django Web Framework ( Primary Languague: Python)

License

Notifications You must be signed in to change notification settings

sbeckerdev/plasmaapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

PlasmaAPI

PlasmaAPI is a simple fast and reliable web library API built with Python 3.10+ and using Django 4.0+

Why should I use this API?

  1. Fast: This library or Django (App) is using all the power of Django 4.0 by allowing high performance and use of the framework properties. Note this has been tested 100% with Axious using JavaScript
  2. Easy to code: Neat documentation that saves you time while integrating the source to your projects. It is as simple as adding the app (email_api) to seetings.py
  3. Short: Avoiding complex functions, easy, fast and well-documented reducing bugs and allowing scalability

Features

Release Version: 0.1.0

Send an email with a customized email template from contact form. The URL=“/send_email” integrates a default HTML template, so you are freely to include your own design.

Installation

  1. Create and activate a virtual environment using commands: python3 -m venv env and source /bin/activate
  2. Pip install -r requirements.txt
  3. Download or clone the git repo and put it inside your env
  4. Run your server using command: python manage.py runserver

Please note the complete documentation is located on index page. If you need help or assistance, please contact the user sgonzalezdev or email him at [email protected]

About

This will recieve an JSON Object from a serverside Express.js API, then will proceed sending an automatic email using Django Web Framework ( Primary Languague: Python)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published