Ticketr is a ticket management and analysis app built using Vue.js, Flask, and MongoDB.
Video demo link: https://youtu.be/HT4ItiowiSc
- MongoDB
- Install the latest version of MongoDB
mongod
- Flask
-
Install Python 3.6.5 and pip3
-
cd server -
pip3 install -r requirements.txt -
python3 app.py
- Vue.js client
-
Install Node.js v11.12.0 and npm 6.7.0
-
cd client -
npm install -
npm run dev
- Navigate to http://localhost:8080


