Skip to content

valanm22/micro-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micro-project

Getting Started

Prerequisites

  • Python 3.3 or higher

Project setup

# cloning the repo
$ git clone https://github.com/valanm22/micro-project.git
# move to the project folder
$ cd micro-project

Activating virtual environment

# creating venv
$ python3 -m venv your_env_name
# activating the venv
$ source your_env_name/bin/activate
# installing the required packages
$ pip install -r requirements.txt

Running app

# exporting app to environment variable
$ export FLASK_APP=run.py
# mentioning environment type
$ export FLASK_ENV=development
# running app
$ flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published