Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages