Angular-Full-Stack
Angular-Full-Stack copied to clipboard
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
What's the best way to secure the api? I mean to give separate permissions to each endpoint. for example: api/cats - open to anybody. api/orders - available to admins only....
How do we setup SEO for this project
Hi @DavideViolante! I'm curious, what do you think of using [Wildcard API](https://github.com/reframejs/wildcard-api#readme) instead of implementing controllers?
Hello, i have this problem that i get Cross-Origin error if Client want call http://localhost:3000/api/login. i have add a .htaccess with this inside: ###################### ## Handling Options for the CORS...
Hi, How to debug both client and server code in VC? i tried this "configurations": [ { "type": "node", "request": "launch", "name": "Launch Program", "program": "${workspaceRoot}/server/app.ts", "cwd": "${workspaceRoot}", "outFiles": [...
How to maintain session with this so that each user can maintain their own data
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...