I've been looking all over for a straight-forward way to add NestJS to my Angular 8 project.
However, I haven't found a good way to do that.
I've pulled a couple of GitHub repositories and tried to run those, and even those didn't work, with me trying to access the recommended proxy URLs: localhost:4200/api
, localhost:3000
or localhost:3000/api
, or localhost:4000/api
.
I was able to get a working project on my last computer but I got a new computer for Christmas and this is my first time trying to work with NestJS and Angular again, and I don't exactly know what's wrong this time.
The first time was very tedious, but I was able to figure it out, this time I think I'm just being lazy lol, but I also think there's just a much more straight forward way to go about it.
Any help would be much appreciated.