Skip to content

rajhim/nestjs-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages