Skip to content
/ StudiCar Public

Green. Cheap. Social. A carsharing app for students at the DHBW Heidenheim.

Notifications You must be signed in to change notification settings

F1nnM/StudiCar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudiCar

Getting started

Prerequisites

  • Git
  • node + npm
  • Quasar npm install -g @quasar/cli
  • Quasar Icon-Genie npm install -g @quasar/icongenie
  • Recommended: Visual Studio Code with Vetur Extension

To clone Github-Repository:

git clone https://[Github-Username]:[Github_password]@github.com/F1nnM/StudiCar.git

Running local version

(Optional) Set up VS Code to show npm scripts

Open settings (CTRL+,) and tick the option npm.enableScriptExplorer.

PWA

if starting for the first time, make sure to run the following scripts:

cd PWA
npm run build
icongenie generate -m pwa -i app-icon.png
npm run dev

or in VS CODE, in the bottom left corner: NPM SCRIPTS > PWA/package.json > dev - PWA > hover > little triangle to run

This will open the page in the browser. The address is http://localhost:3000

API

cd API
npm run start

or in VS CODE, in the bottom left corner: NPM SCRIPTS > API/package.json > start - API > hover > little triangle to run

The API can be reached at simply http://localhost