bluewave-labs / verifywise

Open source AI governance platform
https://verifywise.ai
GNU Affero General Public License v3.0
17 stars 8 forks source link

User Model & Route #17

Closed MuhammadKhalilzadeh closed 1 month ago

MuhammadKhalilzadeh commented 1 month ago

Now with the template code for the Server side in hand, let implement the User model.

  1. Inside the directory models/user.model.js, user model needs to be implemented.

    • [x] - user schema
  2. Inside the directory routes/user.route.js, followings needs to be implemented. For now, routes are as below:

User model Schema