- Productive solution for connecting with people.
Applications features:
- Create Contacts.
- Create Groups.
- Design Customize Templates.
- Send Email Templates.
- Track Emails.
- Share on social media platforms
- Clone the project.
$ git clone https://github.com/tinktankin/myMsg.git
cd
intro the project directory$ cd myMsg
- Create a new virtual environment using Python 3.7 and activate it.
$ python3 -m venv env $ source env/bin/activate
- Install dependencies from requirements.txt:
(env)$ pip install -r requirements.txt
- Migrate the database.
(env)$ python manage.py migrate
- Run the local server via:
(env)$ python manage.py runserver