Skip to content

linda-seiter/python-p3v3-building-rest-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lesson : Code-Along

Learning Goals

  • Learning goal 1.
  • Learning goal 2.

Introduction

A 1-2 sentence summary of what will be covered.

Setup

This lesson is a code-along, so fork and clone the repo.

Run pipenv install && pipenv shell to generate and enter your virtual environment.

$ pipenv install && pipenv shell

Change into the server directory:

$ cd server

You can run the application as a script within the server/ directory:

$ python app.py

If you prefer working in a Flask environment, remember to configure it with the following commands within the server/ directory:

$ export FLASK_APP=app.py
$ export FLASK_RUN_PORT=5555
$ flask run

When you complete this lesson, commit and push your work using git to submit.


Topic 1

Discuss the topic of the reading. Break into sections and sub-sections as appropriate to help with the reader's orientation with the material and future referencing.

Topic 2

Discuss the topic of the reading. Break into sections and sub-sections as appropriate to help with the reader's orientation with the material and future referencing.

Conclusion

A short one or two paragraph summary of the contents of the lessons, recapping the learning goals.

Solution Code

# server/app.py

Resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%