Skip to content

Alpha-Coderz/ChatAuthApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatAuthApp

Creating Users from back-end with POST, PUT, DELETE, GET requests

Steps to Run the app

1.Download Repo
2.Install Node.JS
3.Install Dependencies - NPM Install

Run NPM START

and browse https://localhost:1234

To get data from DB --> get('/', controller.findAll); To get data specifically from one userID --> get('/:UserId', controller.getUserData); To enter data to DB --> post('/post', controller.postUserData); To edit data to DB --> put('/:UserId/put', controller.putUserData); To drop the data using UserId --> delete('/:UserId/delete', controller.deleteUserData);

About

Creating Users from back-end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published