/compSoft

Primary LanguageVueMIT LicenseMIT

Vue and vuetify example APP

This application uses: Vue and Vuetify.

compSoft

Installation

BackEnd:

cd backend
npm install

FrontEnd:

cd frontend
npm install

Usage

  • It is necessary
    • Install PostgreSQL
    • Configuration of the PostgreSQL database [backend/server/config/config.json]
    • You can change if you want to use a local database

{
  "development": {
      "username": "kefoimewgqjrrq",
      "password": "5117c6d33df3aebb1d9ff8ea7436facc839e5f532088c18117508a1277a70c28",
      "database": "d6mv7d22pq47mn",
      "host": "ec2-52-201-55-4.compute-1.amazonaws.com",
      "port": 5432,
      "dialect": "postgres"
    }
  ...
}

Development setup

To run the application, it is necessary to have running the backend and frontend app

cd backend
npm start
cd frontend
npm run serve

Meta

Dheeyi William – @YourTwitterdheeyi@gmail.com

See MIT LICENSE for more information.

https://github.com/dheeyi/