Skip to content

Treshank/makeMyVibe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make My Vibe

Contains code upto Part 3 of Make My Vibe Medium article. Follow along here: https://medium.com/@treshank.prasad/make-my-vibe-c46c4b302832

SETUP

# Create a venv
python3 -m venv venv
# Activate the venv
source venv/bin/activate
# Install the requirements
pip install -r requirements.txt
# Run the server
flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published