Skip to content

The website is designed for selling, searching, and displaying information about different cars, providing users with an easy-to-use platform that is user-friendly and intuitive. This application using VueJS on the Frontend and a Flask API on the backend

Notifications You must be signed in to change notification settings

HannahL1sa/info3180-project-2

 
 

Repository files navigation

info3180-lab7-vuejs-starter

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Start Flask API

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

The website is designed for selling, searching, and displaying information about different cars, providing users with an easy-to-use platform that is user-friendly and intuitive. This application using VueJS on the Frontend and a Flask API on the backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 57.6%
  • Python 31.0%
  • HTML 4.6%
  • CSS 3.4%
  • JavaScript 2.7%
  • Mako 0.6%
  • Procfile 0.1%