Skip to content

A complaint and comment system using angular and node.js.

Notifications You must be signed in to change notification settings

uds214125/complaint-comment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

complaint-comment

A complaint and comment system using angular and node.js.

Pre-requsite :

Nodejs : 8.9 or greater Angular-cli : latest Mongodb : 3.6 or greater

How to use complaint-comment system ?

  1. npm install in client and server folder

  2. start server using : npm run start You will see in console ouput : Node.js app is listening at http://localhost:4125

    create one agent record :

    API : http://localhost:4125/api/agent/create

    body :
    email:agent@gmail.com password:xxxxxx mobile:xxxxxxxxxx

    Headers :

    Content-Type : application/x-www-form-urlencoded

    Output: { "code": 200, "status": true }

  3. start client using : ng serve

  4. visit http://localhost:4200

About

A complaint and comment system using angular and node.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published