Skip to content

werdeveloper/angularNodejsMongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Angular Nodejs MongoDB

  1. CRUD operation with MongoDB
  2. Config the Routes on nodejs server
  3. Set the global config data like mysql credentials or other

Angular -

Install Dependencies - npm install

Run - ng serve

http://localhost:4200

NodeJs API URLs -

Install Dependencies - npm install

Run - node app.js

  1. Get all users GET - http://localhost:3000/api/users/getUsers
  2. Get single user (id) GET - http://localhost:3000/api/users/getUsers/1
  3. Create user (name, email, password, phone) POST - http://localhost:3000/api/users/createUser
  4. Update user (id) PUT - http://localhost:3000/api/users/updateUser/3
  5. Delete user (id) DELETE - http://localhost:3000/api/users/deleteUser/1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published