Skip to content

PatreceCampbell/Meal-Planner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFO3180 Lab 4 Starter Code

This is the starter code for Lab 4 which requires you to build a Flask app that does simple file uploads and has basic authentication.

Remember to always create a virtual environment and install the packages in your requirements file

$ python -m venv venv (you may need to use python3 instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt 
$ python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • C 1.2%
  • JavaScript 0.5%
  • C++ 0.1%
  • HTML 0.1%
  • CSS 0.0%