Blog-Posts Full-stack app written in React and Nest JS Set-up Nest Js API server change directory to the api: cd packages/api run migrations yarn migration:run Run client and API yarn start Run only client yarn start:client Run only API yarn start:api