Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 291 Bytes

File metadata and controls

15 lines (8 loc) · 291 Bytes

crud-postgresql

Run project locally

docker-compose up

Run this command in the root folder, to initialize postgreSql.

yarn dev

Run this command in the api folder, to initialize back-end.

yarn start

Run this command in the client folder, to initialize front-end.