Skip to content

This repo includes coding exercises from the API Development and Documentation course at Udacity.

Notifications You must be signed in to change notification settings

ceacosta-git/udacity.api.course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API development, API testing and API documentation

This repo includes coding exercises from the API Development and Documentation course at Udacity.

Pre-requisites

  • Install python3
  • Install pip3
  • Install pipenv

How to run?

  1. Clone this repo on your local environment
  2. Navigate to the cloned repo, e.g.,
cd ~/dev/udacity.api.course/FirstFlaskApp/flaskr
  1. Create a virtual environment and install dependencies
python3 -m venv venv
source venv/bin/activate 
pipenv shell
pipenv install
  1. Start the flask app
    • Navigate to app folder, e.g.,
    cd ~/dev/udacity.api.course/FirstFlaskApp/
    
    • Run in debug mode
    flask run --debug
    
  2. Verify app is running

Tech Stack

  • python
  • flask
  • pytest

About

This repo includes coding exercises from the API Development and Documentation course at Udacity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages