import urls.sql
with the administration tool of your choice
run the following in the server
folder
- install Flask dependencies (one-time setup)
python -m venv env
env/Scripts/activate
pip install -r requirements.txt
- run app
python app.py
root
username, empty password, 3306
port
update configuration in
settings.py
if needed
access deployed app on https://urlshortener1.netlify.app/
-OR-
run the following in the client
folder
- install Vue dependencies (one-time setup)
npm install
- run app
npm run serve
access local app on http://localhost:8080/ or otherwise as provided
run this in the client
folder for the unit tests here
npm run test:unit