/CSE-111-Project

Library management application

Primary LanguagePython

Library Management Application Built and Created by Jose Garcia-Esparza and Ricardo Sanchez-Macias

MAC OS Instructions:

  1. Install Flask

$ pip install Flask

  1. CD into the CSE-111-Project folder and run the following commands

$ . venv/bin/activate $ export FLASK_APP=flaskr $ export FLASK_ENV=development $ flask init-db $ flask run

Visit the url: http://127.0.0.1:5000/auth/register