Skip to content

nora-weisser/rest_api_using_flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST APIs with Flask and Python

Description

REST APIs with Flask and Python is a complete course that form knowledge and skills to develop complete, professional REST APIs using Flask, PostgreSQL, and Docker.

Link to the course on UDEMY platform: https://www.udemy.com/course/rest-api-flask-and-python/

Python environment setup

  • pip3.6 install virtualenv to install the virtual environment manager.
  • virtualenv venv --python=python3.6 to create a new virtual environment (called venv) with the specified version of python.
  • To (enter) activate the environment: source venv/bin/activate
  • To (exit) deactivate the environment: deactivate

How to run project

Additional resources:

  • Insomnia test collections

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages