A complaint and comment system using angular and node.js.
Nodejs : 8.9 or greater Angular-cli : latest Mongodb : 3.6 or greater
-
npm install in client and server folder
-
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:xxxxxxxxxxHeaders :
Content-Type : application/x-www-form-urlencoded
Output: { "code": 200, "status": true }
-
start
client
using : ng serve -
visit http://localhost:4200