Skip to content

oscar503sv/flask-api-movies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API with Python, Flask and PostgreSQL

REST API with Python, Flask, and PostgreSQL. Using the HTTP protocol along with the GET, POST, PUT, and DELETE methods and JSON format for sending and receiving data.


First, create a virtual environment:"

python -m virtualenv env

To install the necessary packages:

pip install -r requirements.txt

Create a .env file (at the project's root) for environment variables:

SECRET_KEY=SECRET_KEY

PGSQL_HOST=host

PGSQL_USER=user

PGSQL_PASSWORD=password

PGSQL_DB=database



Contact me

If you have any comments, please do not hesitate to contact me:

About

REST API with Python, Flask, and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages