- Download The Projects
- Click on
Ing_IAM.sln
- Follow The screenshots Down Below 📸
We Need To Change the name of database and password
- Appsetting.json file in API :
- IAMDbcontext file in Core :
- Open Postman :
- Create New Collection :
- Add New Request :
- Select a Post Request and set this URL:
http://localhost:5303/User/AddUser
- Select
Body
=>Raw
and change fromtext
tojson
and the Code below on the json fields :
{
"userNom": "Tounsii",
"userPrenom": "Aziz1",
"userUsername": "zizou1",
"userEmail": "[email protected]",
"userPasswordhash": "test1234",
"userGuid": "",
"userTel": "",
"userAdresse": "",
"userPhoto": "",
"userActive": true,
"userCreatedbyuser": null,
"userCreatedondate": null,
"userUpdatedbyuser": null,
"userUpdatedondate": null,
"usersroles": []
}
-
Download dotnet-hosting-7.0.4
-
This a Video Of How To Install With IIS : How To Install IIS
Make Sure All of Those are ticked ✔️ ( verify every task is ticked folder like this )
- This a Video Of How To Deploy With IIS : How To Deploy With IIS
- Now We Are Going To Run App
- Click on IIS Express :
- Click on Continue :
- Now We return To Postman and Send the post Request The User will be added Succesfully
CRUD APP :
- Database (PostgreSql) ✔️ Already Done ⌛
- Backend ( Server-Side ) ✔️ Already Done ⌛
- Frontend ❌ Not Implimented Yet ⏳(Soon)
Note : Backend works just fine , we didn't decide either using Ionic or Angular as Frontend
See You Soon 🚀