/goowil

This application uses: Vue, Vuetify, Node, Express, Sequelize, PostgreSQL and Firebase

Primary LanguageVueMIT LicenseMIT

Base admin project APP - EXAMPLE

Vue, Vuetify, Node, Express, Sequelize, PostgreSQL and Firebase

🚀 Usage

Clone the repository

git clone https://github.com/dheeyi/goowil.git

📖 Installation

BackEnd:

cd backend
npm install

FrontEnd:

cd frontend
npm install

✨ Screenshots

📖 Database Configuration (PostgreSQL)

  • Database running on Heroku
    • If you want to use your own database modify this file.
    • PostgreSQL configuration database [backend/server/config/config.json]

{
  "development": {
    "username": "postgres",
    "password": "sample",
    "database": "goomi_dev",
    "host": "127.0.0.1",
    "port": 5432,
    "dialect": "postgres"
  }
  ...
}

📖 Features

  • Landing Page.
  • Login with Firebase.
  • Generic Componenents.
  • Custom plugins for modals and services.

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

🚀 Release History

  • 0.1
    • Work in progress

👤 Author

Dheeyi William

📝 License

Copyright © 2020 Dheeyi William. See MIT LICENSE for more information.