Skip to content

Nehabhoi/Angular-NodeJs-MongoDB-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular-NodeJs-MongoDB-Application

Execute Forntend

ng serve --open

Prerequisite

1.nodeJs
2.mongodb database mongodb://localhost:27017/issues
3.node server with bellow REST API

  1. GET /issues
  2. GET /issues/:id
  3. POST /issues/add
  4. POST /issues/update/:id
  5. GET /issues/delete/:id

Execute Backend (NodeJs in Javascript)

npm run dev

Execute Backend (NodeJs in TypeScript)

tsc src\index.ts npm run dev

Note: install all @types mentioned in package.json

Prerequisite

1.nodeJs
2.mongoDB on localhost:27017 with issues collection

Browse

http://localhost:4200/list

use crome extension => Allow CORS: Access-Control-Allow-Origin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors