Skip to content

ChenYuTingJerry/flask-restful-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init Flask PoC

This is an initial project of building a RESTful web service in Flask. Ideally, we expect the project structure can be a standard for staring a new web service.

requirements

  • python 3.6 up

Instructions

Creating Virtual Environment

  1. Create a project folder d

    $ mkdir my-project
  2. run venv

    $ cd my-project
    $ python3 -m venv ./venv
  3. activate virtual environment

    • On Windows, run:

      $ .\venv\Scripts\activate.bat
    • On Unix or Mac, run:

      $ source ./venv/bin/activate 
  4. Copy the all files from the initial project to /my-project.

  5. Install modules:

    $ 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