/sm-be

Primary LanguageTypeScript

sm-be

MongoDB should be installed and a DB with name skills should be created:

show dbs -> should see skills

use skills

show collections -> should see users

db.users.find() -> see all users info

Test with Postman:

localhost:3111/api/users/create

use x-www-form-urlencoded for the body of the posts