Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 564 Bytes

File metadata and controls

41 lines (32 loc) · 564 Bytes

SETUP

Clone project

Install Application Dependencies

npm install

Run client

npm run client

Run migration for server

npx sequelize-cli db:migrate

Run seeding for server

npx sequelize-cli db:seed:all

Run server

npm run server

Run server and client concurrently

npm run dev

Useful SCSS

(include.scss)[https://eduardoboucas.github.io/include-media/]

Backend Interaction

(sequelize)[https://sequelize.org/master/]

create Directory

public/uploads