Skip to content

HoangAnhSet/BTL_KTPMUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue, Node, Express, Sequelize, PostgreSQL and Vuetify

This application uses: Vue 2, NodeJS, Express, Sequelize, PostGreSQL and Vuetify. System that allows to create Schedules.

GooWil App

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]

{
  "development": {
    "username": "postgres",
    "password": "sample",
    "database": "goomi_dev",
    "host": "127.0.0.1",
    "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 dev

Release History

  • 0.0.1
    • Work in progress

Meta

Dheeyi William – @YourTwitter[email protected]

See MIT LICENSE for more information.

https://github.com/dheeyi/

About

Bài tập lớn KTPMUD cho Nhung

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published