Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 293 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 293 Bytes

ecommerce X buahtangan

Installation Guide

Server Side

$ cd server
$ npm install
$ cp .env.example .env
configure the credential
create a database
$ sequelize db:migrate
$ sequelize db:seed:all
$ npm run dev

Client Side

$ cd client
$ npm install
$ npm run dev