/flask-message-passing-demo

Bare-bones Flask application that showcases how to set up a REST API.

Primary LanguagePython

flask-message-passing-demo

This is a bare-bones Flask application that showcases how to set up a REST API. It also serves as a starter template for users to begin experimenting with writing their own REST API endpoints.

Flask applications can look very different depending on how they are structured and implemented. This application is built to have the minimum number of dependencies to run.

Running the app

  1. Install Flask: pip install Flask
  2. Run the app: flask run

The application should be available at localhost:5000.