Skip to content

Repository of the Visia's Backend using Flask+MongoDB

Notifications You must be signed in to change notification settings

JMasr/visia-flask-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visia-flask-backend

Repository of the Visia's Backend using Flask+MongoDB

Requirements

  • A MongoDB instance running on the default port (27017)
  • Python 3.10 or higher

Installation

  1. Clone the repository on GitHub

  2. Install the requirements:

    pip install -r requirements.txt
  3. Copy the extras to your environment

  4. Run the application:

    SET FLASK_APP=app.py
    SET FLASK_ENV=development
    python -m flask run

Usage

Bugs

About

Repository of the Visia's Backend using Flask+MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published