Skip to content

This repository is a course which scope is: Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps

Notifications You must be signed in to change notification settings

njsdias/APIForDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APIForDS

This repository is a course which scope is: Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps.

1. Installation

This procedure for Linux.

  • install python 3

    sudo apt install python3-pip

  • install Flask

    sudo apt install python3-flask

  • check is the Flask is well installed

    python3 import flask from Flask

  • install Flask-resful to do API

    sudo apt install python3-flask

  • check is the Flask is well installed

    python3 import flask_restful as fr

About

This repository is a course which scope is: Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages