Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 413 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 413 Bytes

HIPER-ULTRA-BLOGGER

Blog oparty na Node.js & Vue.js

Jak odpalić

Do uruchomienia:

Instalacja

Klient

cd client
npm install
npm start

Serwer

cd server
cd config
xcopy index.example.js index.js (windows)
npm install
npm start

Wykorzystano

  • NodeJS
  • ExpressJS
  • VueJS
  • Sequelize (ORM)
  • Axios