Skip to content

szczynk/keda-parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keda-parking

About

keda-parking merupakan sistem parkir yang menggunakan PostgreSQL, Vue.js, Node.js dimana di dalamnya terdapat 2 halaman utama, yaitu halaman pencatatan dengan url localhost:3000 dan halaman tampilan tabel data dengan url localhost:3000/park

Technologies

  • PostgreSQL
  • Sequalize (ORM)
  • Express.js
  • Nuxt.js (Vue.js Framework)

Getting Started

  • Install server dan client

    cd server && npm install
    cd client && npm install
  • Develop

    cd server && npm run dev
    cd client && npm run dev
  • Test server

    cd server && npm run test
  • Prod

    npm install pm2 -g
    cd client && npm run generate
    pm2 start ecosystem.config.json
    pm2 ls

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published