Skip to content

codesterlife/complimentr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complimentr

This application is meant to be used with the Introduction to APIs course.

Local Installation

Copy .env.example to .env and update it with your Twilio credentials.

Running the application

  • pip install pipenv
  • pipenv shell
  • pip install -r requirements.txt
  • FLASK_ENV=development flask run

In Development mode

  • gunicorn app:app

Disclaimer

This Project was did as a part of the APIs for Beginners course on FreeCodeCamp by Craig Dennis. This project was supposed to be deployed using Glitch as per the course instruction. But I had to try it out using a different method I learned. I hope I don't get in trouble for this. 😬 😅

Deployment

This Project has been deployed in Render cloud service.

About

A complement texting app on Python using the Twilio API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published