MunGell / sm-be

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 100.0%