Skip to content

The Portfólio Feliz Backend, implement features like sending e-mail. Developed using Flask.

License

Notifications You must be signed in to change notification settings

willy-r/portfolio-feliz-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfólio Feliz - Backend

The Portfólio Feliz Backend, implement features like sending e-mail. Developed using Flask.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file:

Enviroment variables

Run Locally

Clone the project

git clone https://github.com/willy-r/portfolio-feliz-backend.git

Go to the project directory

cd portfolio-feliz-backend

Make a virtual enviroment and activate it

python -m venv venv # Using Python 3.9.5
source venv/bin/activate # Unix systems 
venv\Scripts\activate # Windows

Install dependencies

pip install -r requirements.txt

Start the server

flask run

API Reference

Send e-mail

POST /send-email
Description
Send an e-mail. The keys name, email and message are required.

Demo

You can test here sending me an e-mail.

Contributing

Contributions are always welcome!

Fork this repo, create a PR and you're done, thanks! <3

Authors

About

The Portfólio Feliz Backend, implement features like sending e-mail. Developed using Flask.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published