Skip to content

HananelSabag/final-python

 
 

Repository files navigation

Sample Flask application using Flask-RESTPlus , Flask-Marshmallow and Flask-SQLAlchemy

Setting up the VirtualEnv and install dependencies

Go inside the project folder and execute the below commands. We will use Pipenv to setup the VirtualEnv.

pipenv shell
pipenv install

Dependencies will be installed from the Pipfile. Python version 3.7 is used for this project.

Run the Application

python app.py

This will start the application on port 5000

Test the application

Swagger-UI can be used to test the application. alt text

The server will start at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • Dockerfile 3.4%
  • Shell 3.0%