Skip to content

salcedoa/cli-blg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-blg

Microblogging from the command line!

Still WIP

Setting up the backend

  1. Create virtual environment

On Windows

# Create a virtual environment
cd backend
python -m venv env

# Activate the virtual environment
env\Scripts\activate

On MacOs/Linux

# Create a virtual environment
python3 -m venv env

# Activate the virtual environment
source env/bin/activate
  1. Install dependencies.
pip install -r requirements.txt
  1. Start Flask server.
flask --app app run

Debug mode

flask --app app run --debug

About

Microblogging from the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published