Data-driven web app with third-party authentication
This is my submission as the second project of the Full Stack Nano Degree from Udacity.
This is an application that provides a list of items within a variety of categories as well as provide a user registration and authentication system. Registered users will have the ability to post, edit and delete the items.
cd
into it.pip3 install -r requirements.txt
python db_prepare.py
python app.py