/nestjs-blog

nestjs blog

Primary LanguageHTML

nestjs + angular + postgres + typeorm (blog)

nestjs blog with angular #nestjs #angular #postgres #typeorm #cypress

Backend(project-name folder) api

cd project-name
npm install
npm run start:dev

Frontend(blog-ui folder)

cd blog-ui
npm install
ng serve

Start the e2e tests

cd e2e
npm install
npm run cypress:open

Generate e2e Report (html)

npm run cypress:report