Skip to content

paulodhiambo/flaskcrudapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flaskcrudapi

On the terminal execute the below command to create the projects' working directory and move into that directory.

$ mkdir flasktodo
cd flasktodo

In the projects' working directory execute the below command to create a virtual environment for our project. Virtual environments make it easier to manage packages for various projects separately.

$ virtualenv venv

To activate the virtual environment, execute the below command.

$ source venv/Script/activate

Clone this repository in the projects' working directory by executing the command below.

$ git clone https://github.com/paulodhiambo/flaskcrudapi.git
$ cd flaskcrudapi

To install all the required dependencies execute the below command.

$ pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages